-
### Link to reproduction
https://github.com/mikecebul/test-revisions
### Environment Info
```
Binaries:
Node: 20.14.0
npm: 10.7.0
Yarn: N/A
pnpm: 9.11.0
Relevant Packages:
payload: 3.0.0-…
-
`turso db shell $DBNAME .dump > dump.sql` is not working on version 0.96.5. It creates an empty `dump.sql` file.
-
I would like to be able to use [pg-mem](https://github.com/oguimbal/pg-mem) with Prisma 2.
The lib already has adapters for other common libraries, but I think there is no (easy) way to create an a…
-
## Current output for `schema.sql`
```sql
--
-- Sqlite SQL Schema dump automatic generated by geni
--
CREATE TABLE schema_migrations (id VARCHAR(255) PRIMARY KEY)
CREATE TABLE company
(
…
-
### What version of `drizzle-orm` are you using?
0.35.0
### What version of `drizzle-kit` are you using?
0.26.1
### Describe the Bug
Since updating from 0.34.1 to 0.35.0 I encounter this error wh…
-
They work locally when running tests but as soon as I am running it with my turso db the simple transaction below will fail (the same code works with planetscale):
```
await db.transaction().execu…
-
Path: /resources/shuttle-turso
When I implement the code snippet in the docs I get the following error at compilation:
error[E0277]: the trait bound `TursoOutput: IntoResource` is not satisfied
-…
-
### Is your feature request related to a problem?
There are folks that use sqlite3 as the database type right in the web container.
This is especially common in testing in the Drupal world.
W…
rfay updated
4 months ago
-
Attempting to run `drizzle-kit push` on a local sqlite3 db fails... because my project also has `@libsql/client` installed.
I have both `better-sqlite3` and `@libsql/client` packages installed... a…
-
When trying to build my next.js project i got an error from webpack, it seems that it is trying to parse files from node_modules, more specifically from libsql Here is the file i think might be causin…