fix tests && update readme && other

This commit is contained in:
2025-01-10 15:57:00 +05:00
parent 0107928f66
commit 997f517070
5 changed files with 17 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
-- Copyright (c) 2005-18 Doug Currie
-- Same license as above
local sqlite3 = require(arg[1]) -- "lsqlite3complete" or "lsqlite3"
local sqlite3 = require("lsqlite3") -- "lsqlite3complete" or "lsqlite3"
local os = os