sqlitecloud-js
sqlitecloud-js copied to clipboard
Javascript drivers for SQLiteCloud
When using the template-literal-style: ``` const result = await connection.sql` SELECT * FROM artists WHERE name LIKE "%${filter}%" LIMIT ${limit} `; ``` there is ambiguity about the expectation. In this...
## Are you willing to resolve this issue by submitting a Pull Request? - [ ] Yes, I have the time, and I know how to start. - [ ]...
I've found out a way to reproduce this issue from the user who opened the ticket in our discussions page. https://github.com/orgs/sqlitecloud/discussions/45 Next steps to understand what's wrong: - [x] can't...
 The log from the second line and the log from the last line are the response from the driver when sending the same query but with a...

Bumps the all-dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [whatwg-url](https://github.com/jsdom/whatwg-url) | `14.2.0` |...
- [ ] The `processCallback` is never cleaned up after the execution of the command. It means that an error on the socket, after a command, can call the callback...