-
Notifications
You must be signed in to change notification settings - Fork 166
SQL Extension
Dmitriy Zayceff edited this page Apr 19, 2015
·
11 revisions
To use sql extension, you should add jphp-sql-ext maven dependency (in build.gradle) and add JDBC driver dependency for your database product (SQLite, MySQL, PostgreSQL, etc).
For example (SQLite):
dependencies {
// ...
compile 'org.develnext:jphp-sql-ext:<version>'
compile 'org.xerial:sqlite-jdbc:3.8.7'
}JPHP Group 2015