mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8 lines
437 B
Plaintext
8 lines
437 B
Plaintext
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).
|