dbExpress Driver for SQLite Overview
dbExpress Driver for SQLite is a database-independent layer that defines common interface to provide fast access to SQLite from Delphi and C++Builder, including Community Edition, on Windows and macOS (32-bit and 64-bit) and Linux (64-bit) platforms.
For this database engine, dbExpress provides a driver as an independent library. As data-access layer is thin and simple, dbExpress provides high performance database connectivity and is easy to deploy. You can use our driver in the same way as the one supplied by Embarcadero.
dbExpress driver for SQLite provides direct high performance access to SQLite databases. The driver requires SQLite library "sqlite3.dll".
Native Connectivity to SQLite
Applications based on dbExpress driver for SQLite are easy to deploy, do not require installation of other data provider layers (such as BDE and ODBC), and that's why they can work faster than the ones based on standard Delphi data connectivity solutions.
SQLite Encryption
To protect your data from unauthorized access, our dbExpress driver for SQLite provides a powerful and customizable SQLite Database Encryption engine. You no longer have to spend money to buy expensive SQLite client libraries with support for encryption - with Static Linking, encryption support will be automatically added to your application and the following algorithms will be able to protect your data: AES, Blowfish, TripleDES, Cast128, RC4. dbExpress driver for SQLite allows to use any third-party SQLite library with SQLite Encryption support as well.
Cross-Platform Solution for Delphi and C++Builder
dbExpress driver for SQLite is a cross-IDE solution for developing applications using various IDEs: RAD Studio, Delphi and C++Builder on Windows and macOS (x86 and x64) and Linux (x64) platforms. dbExpress driver for SQLite also provides support for the FireMonkey platform, which allows you to develop visually spectacular high-performance native applications for Windows and macOS.