sqlite.lua icon indicating copy to clipboard operation
sqlite.lua copied to clipboard

SQLite LuaJIT binding with a very simple api.

Results 15 sqlite.lua issues
Sort by recently updated
recently updated
newest added

if any of string in where key has UNIX wildcards then it should be placed in glob clause rather than where clause

good first issue

I've come across a bug when running the following code: ```lua local tbl = require("sqlite.tbl") --- for constructing sql tables local db = require("sqlite.db") --- for constructing sql databases --...

bug
good first issue

I'm using a standard hard drive, and then every time I insert data vim lags a bit

enhancement
good first issue

Refer to #150 for more details. ## Questions: - Should we do something for the `SELECT`s as well?

1. create file `/tmp/test.db` ```lua local _, sqlite = pcall(require, 'sqlite.db') local context = [[ The command is always executed with 'magic' not set. The only special characters in a...

bug