j4mie / idiorm

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
http://j4mie.github.com/idiormandparis/
2.01k stars 369 forks source link

Is the SQLite encryption supported ? #138

Closed EpocDotFr closed 11 years ago

EpocDotFr commented 11 years ago

In the PHP manual, there is a parameter allowing to pass a key for encrypt / decrypt the SQLite database. Is this feature supported by Idiorm ? I din't find out how to make it working.

treffynnon commented 11 years ago

Idiorm does not use third party extensions for database interactions. It only communicates with databases via PDO, which does not appear to support this feature of SQLite.