2 files changed
+2
-2
lines changedSubmodule GO updated from 2f75ff7 to 6be5c4b
Submodule sqlitecloud-js updated 86 files
- .env.example+6-3
- .eslintignore-1
- .eslintrc.js+6-5
- .gitattributes+2-2
- .github/dependabot.yml+2-5
- .github/workflows/build-test-deploy.yml+3-2
- .github/workflows/pr.yml+2-2
- .gitignore+4-1
- .prettierrc-7
- .vscode/extensions.json+1-1
- Dockerfile+49
- LICENSE+1-1
- README.md+7-10
- bun.lockb
- examples/with-javascript-express/.env.example+2
- examples/with-javascript-express/.gitignore+2
- examples/with-javascript-express/README.md+18
- examples/with-javascript-express/app.js+31
- examples/with-javascript-express/bin/www+90
- examples/with-javascript-express/package-lock.json+753
- examples/with-javascript-express/package.json+15
- examples/with-javascript-express/routes/index.js+18
- examples/with-typescript-knex/.gitignore+36
- examples/with-typescript-knex/README.md+5
- examples/with-typescript-knex/example.ts+36
- examples/with-typescript-knex/next.config.js+4
- examples/with-typescript-knex/package-lock.json+336
- examples/with-typescript-knex/package.json+16
- examples/with-typescript-knex/tsconfig.json+27
- examples/with-typescript-nextjs/.env.example+2
- examples/with-typescript-nextjs/.gitignore+36
- examples/with-typescript-nextjs/README.md+18
- examples/with-typescript-nextjs/app/api/hello/route.ts+22
- examples/with-typescript-nextjs/app/favicon.ico
- examples/with-typescript-nextjs/app/globals.css+107
- examples/with-typescript-nextjs/app/layout.tsx+22
- examples/with-typescript-nextjs/app/page.module.css+229
- examples/with-typescript-nextjs/app/page.tsx+95
- examples/with-typescript-nextjs/next.config.js+4
- examples/with-typescript-nextjs/package-lock.json+501
- examples/with-typescript-nextjs/package.json+20
- examples/with-typescript-nextjs/public/next.svg+1
- examples/with-typescript-nextjs/public/vercel.svg+1
- examples/with-typescript-nextjs/tsconfig.json+27
- package-lock.json+1.8k-540
- package.json+34-18
- public/drivers.html+94
- public/favicon.ico
- public/index.html+109
- public/sqlitecloud.drivers.dev.js+629
- public/sqlitecloud.drivers.js+1
- scripts/gateway-build.sh+15
- scripts/gateway-upgrade.sh+19
- scripts/sqlitecloud-cli
- src/connection.ts-670
- src/drivers/connection-tls.ts+258
- src/drivers/connection-ws.ts+87
- src/drivers/connection.ts+101
- src/drivers/database.ts+63-17
- src/drivers/protocol.ts+321
- src/drivers/queue.ts+45
- src/drivers/rowset.ts+41-8
- src/drivers/statement.ts
- src/drivers/types.ts+19-2
- src/drivers/utilities.ts+115-6
- src/gateway/connection-bun.test.ts+246
- src/gateway/connection-bun.ts+235
- src/gateway/gateway.ts+286
- src/gateway/shared.ts+37
- src/index.ts+11-6
- test/assets/sakila-schema.sql+645
- test/assets/testing.sql+3
- test/compare.test.ts+23-7
- test/connection-tls.test.ts+179-39
- test/connection-ws.test.ts+460
- test/database.test.ts+142-97
- test/protocol.test.ts+31
- test/row.test.ts+61
- test/rowset.test.ts+69-18
- test/shared.ts+120-34
- test/statement.test.ts+142-2
- test/stress.test.ts+144-25
- test/utilities.test.ts+24-1
- tsconfig.build.json+1-1
- tsconfig.json+4-1
- webpack.config.js+41
0 commit comments