mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
testing: Add JavaScript compatibility test suite
This is essentially an import of the libSQL test suite.
This commit is contained in:
parent
795081b868
commit
cace7abcd2
5 changed files with 3242 additions and 0 deletions
3
testing/javascript/artifacts/basic-test.sql
Normal file
3
testing/javascript/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