Skip to content

Commit 6ee9a20

Browse files
committed
Switch to codec-based ser/des system (#88)
* switch to codec-based ser/des system * camel snake case interop * example and many bug fixes and tweaks and stuff idk lol * added serdes path matching & class-mapping example
1 parent 2da138e commit 6ee9a20

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+11922
-789
lines changed

etc/astra-db-ts.api.md

Lines changed: 271 additions & 87 deletions
Large diffs are not rendered by default.

examples/browser/package-lock.json

Lines changed: 1544 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vite": "^5.2.0"
1414
},
1515
"dependencies": {
16-
"@datastax/astra-db-ts": "^1.5.0",
16+
"@datastax/astra-db-ts": "file:../../datastax-astra-db-ts-2.0.0-prerelease.tgz",
1717
"events": "^3.3.0"
1818
}
1919
}

0 commit comments

Comments
 (0)