You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.