sqlitecloud-js icon indicating copy to clipboard operation
sqlitecloud-js copied to clipboard

Javascript drivers for SQLiteCloud

Results 27 sqlitecloud-js issues
Sort by recently updated
recently updated
newest added

Bumps [dotenv-cli](https://github.com/entropitor/dotenv-cli) from 7.4.1 to 7.4.2. Commits 40728f3 7.4.2 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotenv-cli&package-manager=npm_and_yarn&previous-version=7.4.1&new-version=7.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`....

dependencies

The gateway sends via `sendCommands()` the `ArrayBuffer` or Buffer like object. The driver supports it but it doesn't expose it in the `command` variable with `ArrayBuffer` type as well.

bug
S

In some circumstances, eg Studio, it could be useful to have a client or a connection that exposes the low level methods like connect/close/reconnect/sendCommand to interact with the core. The...

enhancement

webpack reports after the build: ``` WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: sqlitecloud.drivers.js (388 KiB)...

enhancement

## Current Behavior When installed with npm driver needs react 19, if the project is using react 18 it will throw an error and stop the installation ## Expected Behavior...

bug

Current number of concurrent connections is low. Enable tests when we are ready to support more concurrent connections.

In `Database` and `Connection` files `public async sql(sql: TemplateStringsArray | string | SQLiteCloudCommand, ...values: SQLiteCloudDataTypes[]): Promise {`

enhancement

## Current Behavior configuration parameters gets ignored if connecting with websockets ## Expected Behavior configuration parameters like maxdata, maxrows, maxrowset, etc. should work ## Steps to Reproduce the Problem 1....

bug