Popularity
6.6
Growing
Activity
8.0
-
1,333
94
464

Description

Official repository of the SOCI - The C++ Database Access Library

Programming language: C++
License: Boost Software License 1.0
Tags: Database     Sqlite     postgreSQL     Oracle     MySQL     DB2     Firebird     ODBC    

SOCI alternatives and similar libraries

Based on the "Database" category.
Alternatively, view soci alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SOCI or a related project?

Add another 'Database' Library

README

SOCI - The C++ Database Access Library

GitHub release GitHub commits

Website SourceForge

Gitter Mailing Lists StackExchange

Build Status

Branches GitHub Actions AppVeyor-CI Documentation Coverity Scan
master Build Status Build status Docs Status Coverage
release/4.0 Build Status Build status Docs Status

History

Originally, SOCI was developed by Maciej Sobczak at CERN as abstraction layer for Oracle, a Simple Oracle Call Interface. Later, several database backends have been developed for SOCI, thus the long name has lost its practicality. Currently, if you like, SOCI may stand for Simple Open (Database) Call Interface or something similar.

"CERN is also a user of the SOCI library, which serves as a database access layer in some of the control system components."

-- Maciej Sobczak at Inspirel

License

SOCI library is distributed under the terms of the Boost Software License.

Requirements

Core:

  • Compile with C++14 support (please use 4.0 series for C++98 support) or MSVS 2015 or later.
  • Optionally: Boost C++ Libraries (header-only and Boost.DateTime).

Backend specific client libraries for:

  • DB2
  • Firebird
  • MySQL
  • ODBC with specific database driver
  • Oracle
  • PostgreSQL
  • SQLite 3

See documentation at soci.sourceforge.net for details

BSL © Maciej Sobczak and contributors.


*Note that all licence references and agreements mentioned in the SOCI README section above are relevant to that project's source code only.