-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
59 lines (33 loc) · 1.42 KB
/
README
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
CUBRID PDO Library
=====================================
1. Overview
CUBRID PDO Library is the official PDO Extension to connect to CUBRID Database.
For more information about CUBRID PDO Library, visit the web site:
https://www.cubrid.org/manual/en/11.0/api/pdo.html
For more information about CUBRID, visit the web site:
http://www.cubrid.org
2. Projects
CUBRID and CUBRID APIs are developed with open source projects.
For more information about CUBRID APIs project, visit the web site:
https://www.cubrid.org/manual/en/11.0/api/index.html
For more information about CUBRID project, visit the web site:
https://github.com/CUBRID
3. License
CUBRID is distributed under two licenses,
Database engine is under Apache License 2.0 and the APIs are under BSD license.
For more information, visit the web site:
https://www.cubrid.org/manual/en/11.0/release_note/index.html#license
4. Install & Build
The latest version of CUBRID PDO Library can be found at:
http://ftp.cubrid.org/CUBRID_Drivers/PHP_Driver/PDO/
More detailed build manual can be found at:
https://www.cubrid.org/manual/en/11.0/api/pdo.html#installing-and-configuring-pdo
Build from source in Linux require GNU Developer Toolset 8 or higher.
$ git clone git@github.com:CUBRID/cubrid-pdo.git
$ cd cubrid-pdo
$ phpize
$ ./configure
$ make
5. Source modules
CUBRID PDO Library source modules and its structure can be found at:
https://github.com/CUBRID/cubrid-pdo