sqlpp11-connector-postgresql:PostgreSQL连接器用于sqlpp11库

时间:2024-06-13 19:47:35
【文件属性】:

文件名称:sqlpp11-connector-postgresql:PostgreSQL连接器用于sqlpp11库

文件大小:115KB

文件格式:ZIP

更新时间:2024-06-13 19:47:35

C++

sqlpp11-connector-postgresql PostgreSQL连接器用于sqlpp11库 执照 sqlpp11在。 地位 例子 有关如何使用此库的示例 auto config = std::make_shared(); config->host = " 127.0.0.1 " ; config->user = " someuser " ; config->password = " some-random-password " ; config->dbname = " somedb " ; sqlpp::postgresql::connection db (config); TabFoo foo; for ( const auto & row: db(select(foo.name, foo.ha


【文件预览】:
sqlpp11-connector-postgresql-master
----.clang-format(2KB)
----.gitignore(368B)
----src()
--------connection.cpp(11KB)
--------detail()
--------exception.cpp(3KB)
--------make_unique.h(870B)
--------bind_result.cpp(11KB)
--------result.cpp(8KB)
--------prepared_statement.cpp(7KB)
--------CMakeLists.txt(6KB)
----.travis.yml(2KB)
----LICENSE(1KB)
----CREDITS(374B)
----scripts()
--------ddl2cpp.py(8KB)
----README.md(3KB)
----cmake()
--------Sqlpp-connector-postgresqlConfig.cmake(2KB)
----tests()
--------Select.cpp(7KB)
--------InsertOnConflict.cpp(3KB)
--------TabBar.h(1KB)
--------SelectTest.cpp(3KB)
--------Returning.cpp(2KB)
--------TabFoo.h(4KB)
--------TypeTest.cpp(5KB)
--------DateTime.cpp(5KB)
--------static_fail()
--------DateTest.cpp(5KB)
--------MockDb.h(7KB)
--------BasicTest.cpp(2KB)
--------assertThrow.hpp(537B)
--------TransactionTest.cpp(4KB)
--------ConstructorTest.cpp(2KB)
--------TabSample.h(6KB)
--------Exceptions.cpp(2KB)
--------CMakeLists.txt(4KB)
----include()
--------sqlpp11()
----.appveyor.yml(2KB)
----CMakeLists.txt(2KB)

网友评论