Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ded8b43
feat(prisma-next): vendor eql_v3 SQL bundle + integrity tests
tobyhede Jun 16, 2026
8e1a591
feat(prisma-next): port v3 domain map (+ totality property)
tobyhede Jun 16, 2026
dc6e1cb
feat(prisma-next): port v3 plain-jsonb wire codec (+ round-trip prope…
tobyhede Jun 16, 2026
411a5e7
feat(prisma-next): add v3 codec id, traits (+ v2-string-only trait), …
tobyhede Jun 16, 2026
4fe0e19
test(prisma-next): make v3 wire round-trip property JSON-normalisatio…
tobyhede Jun 16, 2026
0ad430f
feat(prisma-next): add SQL dialect seam (v2 + v3 templates)
tobyhede Jun 16, 2026
073fb26
feat(prisma-next): add v3 string param schema + output renderer + des…
tobyhede Jun 16, 2026
26d45ef
feat(prisma-next): add v3 plain-jsonb cell codec + wire v3 parameteri…
tobyhede Jun 16, 2026
c9c75f7
feat(prisma-next): add encryptedStringV3 column type (TS + PSL)
tobyhede Jun 16, 2026
da7a406
feat(prisma-next): route v3 columns through v3 dialect + query-term t…
tobyhede Jun 16, 2026
b014d0c
feat(prisma-next): add bulkEncryptQuery (encryptQuery search terms) t…
tobyhede Jun 16, 2026
543add3
feat(prisma-next): add v3 bulk-encrypt middleware (storage vs query-t…
tobyhede Jun 16, 2026
63707c5
feat(prisma-next): derive stack schema for v3 string columns
tobyhede Jun 16, 2026
907576c
test(prisma-next): pin v3 read-path decrypt (decryptAll over v3 envel…
tobyhede Jun 16, 2026
b729110
feat(prisma-next): add v3 baseline migration + expandNativeType domai…
tobyhede Jun 16, 2026
9f55cdc
feat(prisma-next): wire v3 into runtime/control descriptors + exports
tobyhede Jun 16, 2026
e9aca23
test(prisma-next): v3 String e2e domain matrix + example UserV3 model
tobyhede Jun 16, 2026
dd561bf
docs(prisma-next): document EQL v3 String support
tobyhede Jun 16, 2026
7d1ac54
refactor(prisma-next): address CodeRabbit review (centralize v3 index…
tobyhede Jun 17, 2026
5f75946
refactor(prisma-next): apply multi-agent review fixes (v3)
tobyhede Jun 17, 2026
23efe00
chore(prisma-next): mark vendored/generated EQL v3 artifacts in .gita…
tobyhede Jun 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions examples/prisma/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by `prisma-next contract emit` / `migration plan`. The cipherstash
# `ops.json` embeds the ~0.5 MB vendored EQL bundle; the *-contract snapshots and
# contract.{json,d.ts} are emitted IR. Mark generated so GitHub collapses them in
# diffs and language stats, surfacing the hand-authored schema/tests.
migrations/**/ops.json linguist-generated
migrations/**/migration.json linguist-generated
migrations/**/start-contract.json linguist-generated
migrations/**/end-contract.json linguist-generated
migrations/**/start-contract.d.ts linguist-generated
migrations/**/end-contract.d.ts linguist-generated
src/prisma/contract.json linguist-generated
src/prisma/contract.d.ts linguist-generated
Loading
Loading