sqlitecloud-js
sqlitecloud-js copied to clipboard
Javascript drivers for SQLiteCloud
### Discussed in https://github.com/orgs/sqlitecloud/discussions/45 Originally posted by **keef-ui** October 1, 2024 `I` am running deno version 1.46.2. I run a basic script to query : ``` import { Database }...
## Feature Request **Is your feature request related to a problem? Please describe.** It's really time consuming and error prone to check every time each platform support isn't broken. **Describe...
## Feature Request **Is your feature request related to a problem? Please describe.** Remove useless imports like the [Buffer](https://github.com/sqlitecloud/sqlitecloud-js/blob/8b99326938883abd131be2ea50859b824b771f89/src/drivers/connection-tls.ts#L22) one here in certain environments. e.g. node doesn't need buffer import...
# Validation/ Reproduction Steps 1. Initialize a new TypeScript/ Node.js/ Drizzle project using the following instructions: ``` mkdir hello-drizzle cd hello-drizzle npm init -y npm install typescript ts-node @types/node --save-dev...
@danielebriggi has already implemented the pub/sub in node.js with https://github.com/sqlitecloud/sqlitecloud-js/commit/cf44c29a13decc47cc7e33c653fa9d8b677da9d2 We also need to implement it with the browser version using websocket (it will talk directly to the gateway and...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.8.0. Release notes Sourced from eslint's releases. v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.55 to 22.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.17.1 to 4.0.3. Release notes Sourced from typedoc-plugin-markdown's releases. [email protected] Patch Changes Remove superfluous quotes from prop names (#619) Fix display of index descriptions in tables (#618)...
# Validation/ Reproduction Steps 1. Initialize a new TypeScript/ Node.js/ Prisma project using the following instructions: ``` mkdir sqlc-quickstart cd sqlc-quickstart npm init -y npm install typescript ts-node @types/node --save-dev...