SQLite databases are used ubiquitously in modern applications. Whether they be used as caches for downloaded data (so apps can run offline), as a file format for document editing apps or just for persistent data storage. Indeed, we feel that they are so important that they deserve their own clean, modern, high-level set of functions in LiveCode Script to access directly – rather than going through revDB.
For this Infinite LiveCode stretch goal we propose to:
- Provide gyp-based descriptions of building the SQLite native code library.
- Wrap the SQLite API using Infinite LiveCode to allow it to be used directly from Builder
- Write a Builder module which allows usage of SQLite databases easily from Builder
- Write a Builder library module which exposes a high-level API for manipulating SQLite databases directly from Script
Recent Comments