ldpl icon indicating copy to clipboard operation
ldpl copied to clipboard

SQLite Library

Open Lartu opened this issue 4 years ago • 2 comments

It would be nice to have a SQLite library to interface SQLite with LDPL. I've found this library that seems to do just that. Maybe something can be done with it.

Lartu avatar Aug 19 '19 05:08 Lartu

I think this is another one where we’d benefit from custom types. You could do RUN SQL QUERY “blah” IN var where var would be a special SQL result type that you can run other statements against. Like the # of rows returned, names of fields as a list of strings, etc. Possibly.

xvxx avatar Apr 19 '20 01:04 xvxx

Yes, that'd be lovely :thinking:

Lartu avatar Apr 19 '20 01:04 Lartu