blob: a244d2f782414f30b77d5cea9b8baeecc21b4ec7 (
plain) (
blame)
1
2
3
4
|
The module automatically and transparently transforms a broad range of
SQL statements typical of PostgreSQL into a form suitable for use in
SQLite. This involves both (a) parsing and filtering of the SQL; and
(b) the addition of several PostgreSQL-compatible functions to SQLite.
|