91263b07cf
minimal wrapper around Sqlite3's C interface which is designed to give the developer access to all of Sqlite3's features in a way that is convenient for Pure programmers. WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html PR: ports/156103 Submitted by: Zhihao Yuan <lichray at gmail.com>
6 lines
308 B
Text
6 lines
308 B
Text
Sql3 is an interface to the popular Sqlite3 database. The module provides a
|
|
minimal wrapper around Sqlite3's C interface which is designed to give the
|
|
developer access to all of Sqlite3's features in a way that is convenient
|
|
for Pure programmers.
|
|
|
|
WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html
|