-
### Package
lucia
### Description
Currently the LibSQL adapter provided by @lucia-auth/adapter-sqlite causes builds on Vercel to crash when using recent @libsql/client versions. This happens when u…
-
I've created a new JsiiProject within my monorepository and I'm trying to create a new project with it, with the following command:
```
npx projen new test --from file:../../my-template
```
U…
-
### Package
@lucia-auth/adapter-drizzle
### Description
So if I currently try to use libsql (Turso) with the Drizzle Adapter in my SvelteKit app, that doesn't work. Instead I need to use the…
-
### What version of `drizzle-orm` are you using?
0.30.10
### What version of `drizzle-kit` are you using?
0.20.17
### Describe the Bug
Hey Drizzle team, thanks for all your hard work an…
-
libsql-client-ts version 0.3.0 can't query the sqld running with `turso dev`:
```
LibsqlError: SERVER_ERROR: Server returned HTTP status 404. It seems that the libsql server is outdated, please tr…
-
Hi, I'm wondering if this project could be connected to a product like turso.tech.
The DB would then stored outside of the server, enabling edge usages (serverless platforms do not have permanent …
laem updated
8 months ago
-
Using Turso with drizzle + sveltekit. Sveltekit has import aliases like $env, $lib and for that reason, I run scripts using vite-node so imports resolve.
I created a migration and am attempting to …
-
Hi i could successfully run celest deploy and now i want to create a database layer in the celest cloud and with that i can create a complete application.
For that i dont know if there are support f…
-
What makes me hesitant to use better-sqlite3 is because node-sqlite3 more popular, if this is really
"better" why is the other party more popular?
-
You can pipe SQL commands to the shell with:
```console
echo "SELECT 1;" | turso db shell endless-odin
```
Let's document that for discoverability.