-
Notifications
You must be signed in to change notification settings - Fork 1
Features list
denizzzka edited this page May 21, 2014
·
6 revisions
- Creates an JSON-RPC 2.0 API to RDBMS.
- Daemon running mode. If -daemon|-d flag is passed to the application, then server have to detach itself from a tty. Logging file names are kept in configuration file. Control of the daemon is done via sending posix sygnals.
- GNU/Linux platform (POSIX signals are used to operate).
- Additional authorization information kept in HTTP request.
- All strings are kept in UTF-8 encoding.
- Controlable caching of JSON-RPC requests.
- Multiple SQL servers support.
- SQL server connections managment. Maximum number of connection, retry delay are defined in the application config.
Theoretically, this software can support a various RDBMS, but currently only PostgreSQL is implemented.