sqlitecloud-js
sqlitecloud-js copied to clipboard
Javascript drivers for SQLiteCloud
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 [](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`....
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.
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...
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)...
## 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...
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 {`
## 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....