antosdk-apps/SQLiteDB
2023-06-01 16:33:07 +02:00
..
api SQLiteDB: fix database select bug 2023-02-20 18:06:10 +01:00
build add release job using AntOS build system 2023-06-01 16:33:07 +02:00
build.json regen all archive using antos build system 2023-06-01 16:14:35 +02:00
LibSQLite.ts Blogger: migrate code to typescript,use SQLiteDB as database access API 2023-02-23 16:59:33 +01:00
main.ts Blogger: migrate code to typescript,use SQLiteDB as database access API 2023-02-23 16:59:33 +01:00
package.json SQLiteDB: first working version 2023-02-17 12:26:59 +01:00
README.md SQLiteDB: first working version 2023-02-17 12:26:59 +01:00
scheme.html Blogger: migrate code to typescript,use SQLiteDB as database access API 2023-02-23 16:59:33 +01:00

SQLiteDB

This package contains the SQLiteDB API binding for AntOS applications and a simple sqlite3 browser application that uses the library as reference

Note: in AntOS, file with extension .db is considered as sqlite3 database file and has the following mimetype application/vnd.sqlite3. Applications shall use this mime in package.json

Change logs

  • v0.1.0a: initial version with functioning library binding