SQLite Data Access Components
SQLite Data Access Components (LiteDAC) is a library of components
that provides native connectivity to SQLite from Delphi, C++Builder,
Lazarus (and Free Pascal) on Windows, Mac OS X, iOS, Linux, and FreeBSD
for both 32-bit and 64-bit platforms. LiteDAC is designed to help
programmers develop really lightweight, faster and cleaner SQLite database applications
without deploying any additional libraries.
LiteDAC provides two ways of connection to SQLite from Delphi and other IDEs. One
of them is common connection by means of the native SQLite client library. The second
is a unique possibility of direct access using static linking of the
client library in an application.
Native Connectivity to SQLite
LiteDAC-based DB applications are easy to deploy, do not require installation of
other data provider layers (such as BDE or ODBC), and that's why they can work faster
than the ones based on standard Delphi data connectivity solutions. Moreover, LiteDAC
provides an additional opportunity to work with SQLite in Delphi, C++Builder, Lazarus
(and FPC) directly by linking of the client library statically.
SQLite Encryption
To protect your data from unauthorized access, LiteDAC 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. LiteDAC
allows to use any third-party SQLite library with SQLite Encryption support as well.
Cross-Platform Development in Delphi, C++Builder, and Lazarus
LiteDAC provides possibility of cross-platform development using various IDEs: RAD
Studio, Delphi, C++Builder, Lazarus (and FPC) on Windows, Mac OS X, iOS, Linux,
and FreeBSD for both x86 and x64 platforms. LiteDAC also provides support for the
FireMonkey platform, which allows you to develop visually spectacular high-performance
native applications for Windows and Mac OS X.
Wide Coverage of SQLite Features
By providing access to the most advanced database functionality, LiteDAC allows
developers to harness the full capabilities of the SQLite and optimize their database
applications. LiteDAC supports such SQLite features as working with user-defined
functions, database encryption, and more.
Quotes
We do actually use SDAC,
MyDAC, IBDAC and ODAC, in some of our software solutions we use even more than two
of them at the same time. I personally think that Devart's DAC libraries for Delphi
were our best buy, and helped us a lot in database applications development.
Mr. Davor Tavcar, head of Development department, Storitve Tavcar in partnerji d.n.o.
Key Features
Static Linking
Linking the SQLite library statically in your application ensure, that your application
uses exactly the same version of SQLite, with which it was developed and tested.
Also it makes deployment easier.
iOS Development
Develompent for iOS mobile devices with using LiteDAC becomes still easier, as LiteDAC
allows your mobile applications to work with SQLite database as simply as desktop
applications do.
64-bit Development
LiteDAC doesn't limit your choice of the development platform. Now you can develop
for 32-bit and 64-bit platforms with Delphi and Lazarus (and FPC).
Data Type Mapping
If you want to make custom correspondence between SQLite and Delphi data types,
you can use a simple and flexible Data Type Mapping engine provided by LiteDAC.
IDE Compatibility
Our product is compatible with the latest IDE versions: Embarcadero RAD Studio XE4,
Delphi XE4, C++Builder XE4, Lazarus (and FPC). It is also compatible with the previous
IDE versions since Delphi 6 and C++Builder 6.
Development Platforms
Now you can develop not only VCL-based applications in Delphi and LCL-based ones
in Lazarus, but also use the newest FireMonkey application development
platform.
Performance
All our components and libraries are designed to help you write high-performance,
lightweight data access layers, therefore they use advanced data access algorithms
and techniques of optimization.
Monitoring
Use our freeware dbMonitor tool to monitor
and analyze all the DB calls made by your application using SQLite data access components. dbMonitor
performs per-component tracing of SQL statement execution, commits, rollbacks,
etc.
Support
Visit our Support page to get nimble
support from cognizant professionals, fast and detailed responses, user engagement
and interaction, frequent builds with bug fixes, and much more.