Skip to content

mkawserm/qslduno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt SQLite3 Dtabase Driver UNO

sqlite3 database with aes128 and aes256 encryption support for qt5.

The project is based on

qt : http://qt.io

sqlite3 : http://www.sqlite.org/.

wxsqlite3 : http://wxcode.sourceforge.net/components/wxsqlite3/

qt version : Qt5.4.0

sqlite3 version : 3.8.8.3

wxSqlite3 version : 3.1.0

Qt

Qt is a full development framework with tools designed to streamline the creation of applications and user interfaces for desktop, embedded and mobile platforms. You could find more details at http://qt.io.

SQLite3

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. You could find more details at http://www.sqlite.org/.

wxSQLite3

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.

About

sqlite3 database with aes128 and aes256 encryption support for qt5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published