sqlclient
GNUstep lightweight database abstraction layer
The SQLClient library is designed to provide a simple interface to SQL databases for GNUstep applications. It does not attempt the sort of abstraction provided by the much more sophisticated GDL2 library but rather allows applications to directly execute SQL queries and statements. SQLClient provides for the Objective-C programmer much the same thing that JDBC provides for the Java programmer (though SQLClient is a bit faster, easier to use, and easier to add new database backends for than JDBC).
homepage ↗ github: gnustep/libs-sqlclient
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 1.9.0 | 1 | 15 h | details › |
Versions & arches
Use flags of 1.9.0
- java Add support for Java
- mysql Add mySQL Database support
- postgres Add support for the postgresql database
- +sqlite Add support for sqlite - embedded sql database
- debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
Runtime dependencies of 1.9.0
show 14 lines
mysql?
(
)
postgres?
(
)
sqlite?
(
)
java?
(
)