SQLiteDBMS-alpha 0.1.x Document index page

Extended SQL(for administrator)

CREATE DATABASE

CREATE DATABASE DBNAME

DROP DATABASE

DROP DATABASE DBNAME

CREATE USER

CREATE USER [NO]SUPERUSER DBNAME ID PASSWORD

DROP USER

DROP USER ID [DBNAME]

SHOW TABLES

SHOW TABLES [TABLENAME]

SHOW INDEX

SHOW INDEX [TABLENAME]

SQLiteDBMS's vision

  1. sqlite3 remote process via TCP/IP network
  2. simple/host/SSL authorization
  3. use HTTP request and XML response
  4. extend SQL support(see above)
  5. include simple HTTP server
    1. GET: HTTP server
    2. HEAD: HTTP server
    3. POST: SQLiteDBMS
  6. replication(stable)