Skip to content
forked from SOCI/soci

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

License

Notifications You must be signed in to change notification settings

iqbal-hasprime/soci

This branch is 448 commits behind SOCI/soci:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 11, 2021
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023
Sep 18, 2022
Dec 11, 2023
May 29, 2013
Dec 11, 2023
Jan 2, 2024
Dec 11, 2023
Apr 7, 2021
Jul 17, 2023
Jul 6, 2021
Nov 4, 2020
Oct 4, 2019
Oct 25, 2019
Feb 10, 2022
Oct 19, 2023
Dec 7, 2023
May 29, 2013
Sep 18, 2022
Apr 7, 2021
Nov 7, 2015
Sep 19, 2017
Dec 11, 2023
Nov 9, 2019
Oct 25, 2021

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.7%
  • CMake 4.5%
  • Ada 3.8%
  • Shell 2.1%
  • HTML 1.0%
  • C 0.7%
  • Other 0.2%