forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
474 B
Text
9 lines
474 B
Text
Gadfly is a relational database management system which uses a
|
|
large subset of very standard SQL as its query language and Python
|
|
modules and optional Python/C extension modules as its underlying
|
|
engine. Gadfly stores the active database in memory, with recovery
|
|
logging to a file system. It supports an optional TCP/IP based
|
|
client server mode and log based failure recovery for system or
|
|
software failures (but not for disk failures).
|
|
|
|
WWW: http://gadfly.sourceforge.net/
|