https://github.com/devbean/qtciphersqliteplugin
A Qt plugin for cipher SQLite.
https://github.com/devbean/qtciphersqliteplugin
Last synced: 10 months ago
JSON representation
A Qt plugin for cipher SQLite.
- Host: GitHub
- URL: https://github.com/devbean/qtciphersqliteplugin
- Owner: devbean
- License: lgpl-2.1
- Created: 2012-09-20T06:40:06.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-07T12:20:19.000Z (over 2 years ago)
- Last Synced: 2025-04-02T04:06:10.937Z (10 months ago)
- Language: C
- Homepage: http://qtciphersqliteplugin.galaxyworld.org
- Size: 13.8 MB
- Stars: 406
- Watchers: 31
- Forks: 163
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
QtCipherSqlitePlugin
====================
A Qt plugin for cipher SQLite which is based on SQLite source and wxSQLite3 in wxWidget.
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 https://www.qt.io.
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 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://utelle.github.io/wxsqlite3. wxSQLite3 is released under wxWindows Library Licence.
You could find how to compile this plugin at http://qtciphersqliteplugin.galaxyworld.org.
Please read [Wiki](https://github.com/devbean/QtCipherSqlitePlugin/wiki) for more details.