CSV type affinity (#102)

Use sqlite-createtable-parser compiled to Wasm to parse the CREATE TABLE statement.
This commit is contained in:
Nuno Cruces
2024-06-17 23:44:37 +01:00
committed by GitHub
parent 3719692349
commit 58e91052bb
14 changed files with 371 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
// Package vtabutil implements virtual table utility functions.
package vtabutil