SOCI - SQL ++ |
SOCI - C++, SQL C++, C++.
, C++ SQL . , SOCI .
SQL, :
- :
STL :
SOCI (, , ) .
, SOCI C++, . , .
2.0.0, SOCI - . (3.2.3), :
DB2
Firebird
MySQL
ODBC (generic backend)
Oracle
PostgreSQL
SQLite3
, . , , .
, , : https://soci.sourceforge.net/people.html
SOCI Boost Software License (BSL1.0).
SOCI GitHub: https://github.com/organizations/SOCI
Git SOCI :
git clone git://github.com/SOCI/soci.git
: https://github.com/SOCI/soci/issues
SOCI - GitHub: fork SOCI, Pull Request. SOCI!
------------------------
Код PHP на HTML сайты
, C++ SQL . , SOCI .
SQL, :
int id = ...;
string name;
int salary;
sql << "select name, salary from persons where id = " << id,
into(name), into(salary);
- :
int id = ...;
Person p;
sql << "select first_name, last_name, date_of_birth "
"from persons where id = " << id,
into(p);
STL :
Rowset<string> rs = (sql.prepare << "select name from persons");
copy(rs.begin(), rs.end(), ostream_iterator<string>(cout, "\n"));
SOCI (, , ) .
, SOCI C++, . , .
2.0.0, SOCI - . (3.2.3), :
DB2
Firebird
MySQL
ODBC (generic backend)
Oracle
PostgreSQL
SQLite3
, . , , .
, , : https://soci.sourceforge.net/people.html
SOCI Boost Software License (BSL1.0).
SOCI GitHub: https://github.com/organizations/SOCI
Git SOCI :
git clone git://github.com/SOCI/soci.git
: https://github.com/SOCI/soci/issues
SOCI - GitHub: fork SOCI, Pull Request. SOCI!
------------------------
Код PHP на HTML сайты
Категория: ,
Лицензия:
Boost Software License (BSL1.0), OSI-Approved Open Source![]()
![]()
Язык программирования:
C++
Сайт проекта
Скачать SOCI - SQL ++


