Skip to content

chehrlic/qsqlcipher-qt6

Repository files navigation

QSQLCipher-Qt6

This is a Qt6 plugin for SQLCipher. Since SQLCipher is a drop-in replacement for SQLite, the Qt SQLite driver is used as the base for this plugin. The current implementation consists of

Compilation and Installation

You will need a Qt installation (e.g. installed through the Qt Online installer. Clone this repository and set up the Qt environment.

  • cd
  • mkdir build
  • cd build
  • for MinGW: cmake ..\ -G "MinGW Makefiles"
  • for MSVC: cmake ..\ -G "NMake Makefiles"
  • for Linux: cmake ..\
  • cmake --build .
  • cmake --install .

Use within your Qt programm

Load the QSqlCipher plugin with QSqlDatabase::addDatabase("QSQLCIPHER").

About

Qt sql plugin for sqlcipher

Resources

Stars

Watchers

Forks

Packages

No packages published