Difference between revisions of "SQLClient"

From Free Software Directory
Jump to: navigation, search
Line 8: Line 8:
 
SQL queries and statements. Major features:
 
SQL queries and statements. Major features:
  
* Simple API for executing queries and statements.  * Simple API
+
* Simple API for executing queries and statements.   
for combining multiple SQL statements into a single
+
* Simple API for combining multiple SQL statements into a single
transaction.  * Supports multiple sumultaneous named connections
+
transaction.   
to a database   server in a thread-safe manner.  * Supports
+
* Supports multiple simultaneous named connections
multiple simultaneous connections to different database
+
to a database server in a thread-safe manner.   
 +
* Supports multiple simultaneous connections to different database
 
servers with backend driver bundles loaded for different database
 
servers with backend driver bundles loaded for different database
engines.  * Configuration for all connections held in one place
+
engines.   
and referenced   by connection name for ease of configuration
+
* Configuration for all connections held in one place
control.  * Thread safe operation.
+
and referenced by connection name for ease of configuration
 +
control.   
 +
* Thread safe operation.
  
 
Supported backend bundles are ECPG, Postgres, MySQL and SQLite.
 
Supported backend bundles are ECPG, Postgres, MySQL and SQLite.

Revision as of 14:54, 9 June 2017


[edit]

Sqlclient

http://gnustep.org
SQL client library for GNUstep (runtime library)

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. Major features:

  • Simple API for executing queries and statements.
  • Simple API for combining multiple SQL statements into a single transaction.
  • Supports multiple simultaneous named connections to a database server in a thread-safe manner.
  • Supports multiple simultaneous connections to different database servers with backend driver bundles loaded for different database engines.
  • Configuration for all connections held in one place and referenced by connection name for ease of configuration control.
  • Thread safe operation.

Supported backend bundles are ECPG, Postgres, MySQL and SQLite.

This package contains the shared library and the supported bundles.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian: Yavor Doganov <yavor@gnu.org>

Verified on

18 July 2014

Notes

License: lgpl-3.0+




Leaders and contributors

Resources and communication

AudienceResource typeURI
Downloadftp://ftp.gnustep.org/pub/gnustep/libs/
Debian (Ref) (R)https://tracker.debian.org/pkg/gnustep-sqlclient


Software prerequisites




Entry













Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/gnustep-sqlclient

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.