SQLite3 4 Delphi 1.0
Freeware
17 Nov 2011
In category
DB-Aware Components > Direct DB Access > SQLite
Description
- Supports multiple platforms (currently supports Windows, Mac OSX)
- Full Unicode support
- Takes advantage of the new Delphi language features (Generics, closures, etc.)
- Fast
- Simple to use
- Lightweight
- Supports adding custom user functions
- Can fetch data into your own data structure
- Unit tested (Unit test coverage is 76% overall)
- Have TDataset descendant (TSQLiteDataset) for using it in DB aware VCL projects
- Database encryption support (for encryption to work you must use different sqlite3 library file because default one does not support it. You can get it from here or here
- Prepared statements and SQLite uni-directional tables can be retrieved from database as interfaces so you don’t need to free them.
- Database authorization support.
Informations
- Status: Fully functional
- Source: FW
- Size: 2 375 575kB
Platforms:
- Delphi 2009
- Delphi 2010
- Delphi XE
- Delphi XE 2
Downloads