swex / QtSQLiteCipher

QSQLite database driver with password support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QtSQLiteCipher

QSQLite database driver with password support based on wxSQLite3 in wxWidget.

wxSQLite3 is a C wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library. wxSQLite3 includes an optional extension for SQLite supporting key based database file encryption using 128 bit AES encryption. You could find more details at http://wxcode.sourceforge.net/components/wxsqlite3/. wxSQLite3 is released under wxWindows Library Licence.

Dependencies

Name Version
Qt >= 5.0.0

Usage

  1. Build QtSQLiteCipher plugin.

2a) Copy QtSQLiteCipher plugin into sqldrivers folder.

OR

2b) Instantiate QSqlDriverPlugin as in example QtSQLiteCipherExample project.

See QtSQLiteCipherExample/ for example on using this driver.

Contact

Questions and suggestions can be sent to email: lysenkoalexmail@gmail.com

Contributing

Please report any suggestions, feature requests, bug reports, or annoyances to the Github issue tracker.

License

QtSQLiteCipherExample is licensed under MIT.

About

QSQLite database driver with password support

License:MIT License


Languages

Language:C 93.4%Language:Objective-C 6.0%Language:C++ 0.6%Language:QMake 0.0%