-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (19 loc) · 632 Bytes
/
README
File metadata and controls
28 lines (19 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= SOCI - The C++ Database Access Library =
NOTICE: Git and bug tracker soon to be moved to https://github.com/SOCI
Project website: http://soci.sourceforge.net
Development, Download, Bug Tracking, Mailing Lists:
http://sourceforge.net/projects/soci/
== Requirements ==
Core:
* C++ compiler
Backend specific:
* MySQL client library X.Y
* ODBC implementation X.Y
* Oracle OCI library X.Y
* PostgreSQL client library X.Y
* SQLite 3 library X.Y
== Git repository of SOCI project ==
* /src - project source code tree
* /doc - project documentation
* /www - project website
* /build - legacy build configurations (to be removed)