mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
|
This library is a lightweight database abstraction layer designed to make
|
||
|
it simple to write high performance applications using SQL databases from
|
||
|
Objective-C.
|
||
|
The library consists of a semi-abstract superclass doing much of the work
|
||
|
and allowing extremely simple database specific bundles to be written to
|
||
|
talk to particular database servers. It comes with backend bundles for
|
||
|
Postgres, MySQL, and SQLite (plus an untested Oracle bundle).
|