Features-SQLiteDBMS
- SQLite 3.x
Support for SQLite 3.x
Support for memory DB
- Extended SQL
CREATE/DROP DATABASE
CREATE/DROP/ALTER USER
SHOW
DESC
GRANT
REVOKE
- Prepared Statement
Support for prepared statement
- HTTP/XML
HTTP request, XML response
- Embedded HTTP server
Includes simple HTTP server
- Server side client tools and client API
Includes client tools(HTML, JavaScript)
Includes client API(libsqlited)
- Authentication
Support for SSL and HTTP based basic auth
Access control(GRANT/REVOKE database or table)
- Replication
Multi slave replication
Requirement
SQLiteDBMS
- Platform
- Posix compatible
- Tested on Linux/MacOS
- Application
- make
- compiler(gcc)
- autotools
- Library
- SQLite 3.x
- pthread
- math
- openssl(optional)
SQLiteDBMS client
- Platform (OS)
- Linux X
- Max OS X
- MS-Windows
- Application
Process
Screen shots-SQLiteDBMS client