mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
bind/js: Add proper exec() method
This commit is contained in:
parent
482eb4aa9a
commit
1367b453e9
4 changed files with 72 additions and 2 deletions
3
bindings/javascript/__test__/artifacts/basic-test.sql
Normal file
3
bindings/javascript/__test__/artifacts/basic-test.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
CREATE TABLE users (name TEXT, age INTEGER);
|
||||
INSERT INTO users (name, age) VALUES ('Bob', 24);
|
||||
INSERT INTO users (name, age) VALUES ('Alice', 42);
|
Loading…
Add table
Add a link
Reference in a new issue