-
After running the `turso dev` command I was presented with this warning:
```
❯ turso dev
Could not start libsql-server.
o install it, follow the instructions at https://github.com/tursodatabase/li…
-
### What version of `drizzle-orm` are you using?
0.29.3
### What version of `drizzle-kit` are you using?
0.20.10
### Describe the Bug
I've just created a turso database and want to push.
I'm g…
-
Hey there,
Thank's a lot for sharing your work!
I was wondering if you tested this in a project with a remote database. I'm building a product that relies on Turso :heart: and had issues previousl…
-
### Describe the solution
Support exporting D1 databases either as plain-text `.sql` file or `.sqlite` database file.
-
### Describe the feature
This allows users to use the more beta `libsql` crate as opposed to the `libsql_client` crate which has some nicer features along with being Send+Sync (`Connection` at least)…
-
### Package
@lucia-auth/adapter-drizzle
### Describe the bug
If I want to create my Drizzle adapter:
```
export const adapter = new DrizzleSQLiteAdapter(db, sessionTable, userTable);
```
…
-
Hi everyone,
Last week or so it worked quite fine but now I cannot connect to my remote turso db anymore. I've updated the turso cli but I still get a `Error: failed to connect to database. err: fa…
-
drizzle object has a query property but its an empty object. Typescript shows query as having users but in runtime i get an undefined error for findFirst method. All other methods including select wor…
-
Using a local database.
Migration:
```sql
CREATE TABLE user (
id TEXT PRIMARY KEY,
email TEXT NOT NULL
);
CREATE UNIQUE INDEX user_email_unique ON user (email);
```
.dump run in t…
-
After running the `turso dev` command I was presented with this warning:
```
❯ turso dev
Could not start libsql-server.
o install it, follow the instructions at https://github.com/tursodatabase/li…