mirror of
https://github.com/SOCI/soci.git
synced 2026-01-09 14:42:07 -06:00
48c0cd4e9cc6574f03ff19faeb602278564b6069
It doesn't make sense to call these scripts "before install" because they do actually install things themselves. In fact the whole separation into "install" and "before build" is probably not very useful, but keep it as long as we keep using Travis CI at all, as it maps better to its config file keys. No real changes.
SOCI - The C++ Database Access Library
Build Status
| Branches | Travis-CI | AppVeyor-CI | Documentation | Coverity Scan |
|---|---|---|---|---|
| master | ||||
| release/4.0 | ||||
| release/3.2 |
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:
- C++ compiler
- Boost C++ Libraries (optional, headers 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.
Description
Languages
C++
90.2%
Ada
3.4%
CMake
3.2%
Shell
1.9%
HTML
0.9%
Other
0.3%