Skip to content

Commit

Permalink
Switch to codec-based ser/des system (#88)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
toptobes authored Dec 6, 2024
1 parent 95f8a41 commit cfcf437
Show file tree
Hide file tree
Showing 61 changed files with 11,922 additions and 789 deletions.
358 changes: 271 additions & 87 deletions etc/astra-db-ts.api.md

Large diffs are not rendered by default.

1,558 changes: 1,544 additions & 14 deletions examples/browser/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.2.0"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.5.0",
"@datastax/astra-db-ts": "file:../../datastax-astra-db-ts-2.0.0-prerelease.tgz",
"events": "^3.3.0"
}
}
Loading

0 comments on commit cfcf437

Please sign in to comment.