Summary
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).
Versions
v1.9.0 :: 0 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- ~amd64 ~ppc ~x86
- USE flags
- debug doc java mysql postgres sqlite
v1.8.1-r2 :: 0 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- ~amd64 ~ppc ~x86
- USE flags
- debug doc java mysql postgres sqlite
USE flags
General
- 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
- 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
Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-db / sqlite : SQL database engine
dev-java / java-config : Java environment configuration query tool
gnustep-libs / performance : Help improve the performance of GNUstep applications
virtual / gnustep-back : Virtual for back-end component for the GNUstep GUI Library
Runtime Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-db / sqlite : SQL database engine
dev-java / java-config : Java environment configuration query tool
gnustep-libs / performance : Help improve the performance of GNUstep applications
virtual / gnustep-back : Virtual for back-end component for the GNUstep GUI Library
Depending packages
gnustep-apps / mpdcon : GNUstep client for the Music Player Daemon
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Bernard Cafarelli · gentoo
gnustep-libs/sqlclient: add 1.9.0
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
gnustep-libs/sqlclient: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/905681 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/32772 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Bernard Cafarelli · gentoo
gnustep-libs/sqlclient: update mysql dependency
Move from virtual/mysql to dev-db/mysql-connector-c as the package looks for libmysqlclient Closes: https://bugs.gentoo.org/665904 Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Bernard Cafarelli · gentoo
gnustep-libs/sqlclient: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Bernard Cafarelli · gentoo
gnustep-libs/sqlclient: version bump
Package-Manager: portage-2.2.27 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed