mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
testing: Add JavaScript compatibility test suite
This is essentially an import of the libSQL test suite.
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user