@xata.io/client 0.0.0-alpha.vf38f30b → 0.0.0-alpha.vf3ab3ad
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-add-version.log +4 -0
- package/.turbo/turbo-build.log +13 -0
- package/CHANGELOG.md +668 -0
- package/README.md +7 -1
- package/dist/index.cjs +4099 -893
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +8055 -1450
- package/dist/index.mjs +4010 -890
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -10
- package/.eslintrc.cjs +0 -13
- package/rollup.config.js +0 -29
- package/tsconfig.json +0 -22
package/README.md
CHANGED
@@ -1 +1,7 @@
|
|
1
|
-
|
1
|
+
# Xata SDK for TypeScript and JavaScript
|
2
|
+
|
3
|
+
The Xata SDK supports typescript definitions for your Xata database schema. It also works with JavaScript.
|
4
|
+
|
5
|
+
It has zero dependencies and runs in Node.js, V8, Deno and Bun.
|
6
|
+
|
7
|
+
You can find the SDK documentation [here](https://xata.io/docs/typescript-client/overview).
|