Complete SQLite API translation and simple wrapper for Delphi and FreePascal/Lazarus.
SQLite for Delphi and FreePascal is a complete Pascal translation of the SQLite C API along with an object wrapper for working with SQLite databases. It provides Delphi and FreePascal developers with direct access to SQLite's serverless, transactional SQL database engine from their Pascal applications, eliminating the need for external database servers.
Delphi and FreePascal/Lazarus developers who need to integrate SQLite databases into their applications, particularly those building desktop applications, embedded systems, or tools requiring local data storage.
This package offers the most complete and reliable SQLite interface for Pascal developers, providing both low-level API access and a simplified object wrapper while maintaining full compatibility with SQLite's extensive feature set and cross-platform capabilities.
Complete SQLite API translation and simple wrapper for Delphi and FreePascal
Provides a full translation of the SQLite C API to Pascal, enabling direct access to all SQLite functions as stated in the key features.
Includes a Unicode-enabled wrapper that simplifies common database operations with an object-oriented interface, making it easier for OOP developers.
Works with Delphi 7+ and FreePascal/Lazarus, supporting Windows, Linux, and other platforms for portable application development.
Only requires the SQLite shared library (e.g., sqlite3.dll or .so) to be distributed, reducing complexity and external reliance.
Installation requires manually adding source directories to IDE or project settings, which can be cumbersome and error-prone compared to package managers.
The object wrapper is basic and lacks advanced capabilities like ORM, connection pooling, or built-in migration tools, as the philosophy focuses on simplicity and direct API access.
The README provides minimal usage examples, forcing developers to rely on SQLite's own documentation or experimentation for complex tasks.
Redis client for Delphi
DORM, the "Delphi ORM" (not actively mantained). Use DMVCFramework and TMVCActiveRecord.
Pupular OOP-OPF Library for Delphi (from D10.1 to latest version)
. [Delphi] [FPC] Set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.