feat(effect-drizzle-sqlite): add vendored sqlite adapter (#28547)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE users (
|
||||
id integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
name text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user