-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREADME-MODULES
More file actions
117 lines (93 loc) · 3.61 KB
/
README-MODULES
File metadata and controls
117 lines (93 loc) · 3.61 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
As of version 0.7.0, qore binary modules are now delivered separately from the qore library.
Some user (ie Qore-language) modules are delivered with Qore however.
Currently the following binary modules are available:
* xml
XML module; XML functionality was removed from the main Qore library into this
module as of Qore 0.8.1
website: https://github.com/qorelanguage/module-xml
git source: https://github.com/qorelanguage/module-xml.git
* openldap
LDAP module using openldap library
website: https://github.com/qorelanguage/module-openldap
git source: https://github.com/qorelanguage/module-openldap.git
* mysql
MySQL database driver
website: https://github.com/qorelanguage/module-mysql
git source: https://github.com/qorelanguage/module-mysql.git
* oracle
Oracle database driver
website: https://github.com/qorelanguage/module-oracle
git source: https://github.com/qorelanguage/module-oracle.git
* pgsql
PostgreSQL database driver
website: https://github.com/qorelanguage/module-pgsql
git source: https://github.com/qorelanguage/module-pgsql.git
* sybase and freetds
Sybase and freetds database drivers (built from the same source)
Note the "freetds" module was formerly called "mssql" in previous versions of qore
website: https://github.com/qorelanguage/module-sybase
git source: https://github.com/qorelanguage/module-sybase.git
* db2
db2 datebase driver
website: https://github.com/qorelanguage/module-db2
git source: https://github.com/qorelanguage/module-db2.git
* tibrv
TIBCO Rendezvous(R) module
website: https://github.com/qorelanguage/module-tibrv
git source: https://github.com/qorelanguage/module-tibrv.git
* tibae
TIBCO ActiveEnterprise(TM) module
website: https://github.com/qorelanguage/module-tibae
git source: https://github.com/qorelanguage/module-tibae.git
* tuxedo
Bea Tuxedo module
website: https://github.com/qorelanguage/module-tuxedo
git source: https://github.com/qorelanguage/module-tuxedo.git
* ncurses
ncurses module
website: https://github.com/qorelanguage/module-ncurses
git source: https://github.com/qorelanguage/module-ncurses.git
* qt4 module
QT4 module
website: https://github.com/qorelanguage/module-qt4
git source: https://github.com/qorelanguage/module-qt4.git
* opengl
OpenGL module
website: https://github.com/qorelanguage/module-opengl
git source: https://github.com/qorelanguage/module-opengl.git
* glut
GLUT module
website: https://github.com/qorelanguage/module-glut
git source: https://github.com/qorelanguage/module-glut.git
* asn1
ASN.1 module
website: https://github.com/qorelanguage/module-asn1
git source: https://github.com/qorelanguage/module-asn1.git
* xmlsec
xml security (xmlenc and xmldsig) module
website: https://github.com/qorelanguage/module-xmlsec
git source: https://github.com/qorelanguage/module-xmlsec.git
* ssh2
sftp and ssh2 functionality
website: https://github.com/qorelanguage/module-ssh2
git source: https://github.com/qorelanguage/module-ssh2.git
* sqlite3
SQLite3 driver
website: https://github.com/qorelanguage/module-sqlite3
git source: https://github.com/qorelanguage/module-sqlite3.git
* yaml
YAML module
website: https://github.com/qorelanguage/module-yaml
git source: https://github.com/qorelanguage/module-yaml.git
* json
JSON module
website: https://github.com/qorelanguage/module-json
git source: https://github.com/qorelanguage/module-json.git
* uuid
UUID module
website: https://github.com/qorelanguage/module-uuid
git source: https://github.com/qorelanguage/module-uuid.git
* gnu-java
Java bindings, import class and JAR files to use Java APIs directly in Qore
website: https://github.com/qorelanguage/module-gnu-java
git source: https://github.com/qorelanguage/module-gnu-java.git