Delphi Inspiration – Delphi Components and Software Applications

Feature Chart

This table lists the features of the free1) DISQLite3 Personal vs. the commercial DISQLite3 Pro editions.

FeatureDISQLite3 PersonalDISQLite3 Pro
SQL-92 Compatible SyntaxYesYes
Single File DatabaseYesYes
Compact, Variable-Length File FormatYesYes
Maximum Database Size2 TB2TB
Maximum Number of TablesUnlimitedUnlimited
Maximum Number of Columns per TableUnlimitedUnlimited
Maximum Length of Column NameUnlimitedUnlimited
Maximum Number of IndexesUnlimitedUnlimited
Maximum Amount of Data per RowUnlimitedUnlimited
Compiles into Application EXE, requires no DLLsYesYes
Indexed Full Text Search with prefix matching (like "run*") and optional word stemmingYesYes
SQL Parameter Binding (?, :ParamName)YesYes
Database LockingYesYes
Database Transactions and RollbackYesYes
Database Schema PRAGMAsYesYes
Multiple, Simultaneous SELECT OperationsYesYes
Database EncryptionSingle PasswordAny Password
CHECK constraints Yes
SQL ANALYZE command Yes
SQL OR optimization Yes
SQL BETWEEN optimization Yes
SQL LIKE optimization Yes
Default Column ValuesYesYes
Floating-Point SupportYesYes
Date and DateTime FunctionsYesYes
User-Defined Collation Sequences Yes
User-Defined Database Functions and Aggregates Yes
ALTER TABLE SQL Command Yes
Authorization Callback Feature Yes
PRIMARY KEY ColumnsYesYes
Autoincementing PRIMARY KEY columns (may reuse ROWIDs from deleted records)YesYes
AUTOINCREMENT keyword (monotonically increasing ROWIDs, guaranteed to be unique over the entire database lifetime) Yes
VACUUM Clause, Auto-Vacuum Feature Yes
BLOB Literal SQL Syntax X'ABCD' Yes
Incremental BLOB API Yes
CAST ( expr AS type ) Yes
Temporary Tables Yes
Compound SELECTs (UNION, UNION ALL, INTERSECT, EXCEPT) Yes
ON CONFLICT SQL Clause Yes
EXPLAIN SQL Clause Yes
Database Integrity Check Yes
FOREIGN KEY constraints Yes
In-Memory Database Yes
Hot Database Backup Yes
Trace Callback Feature for SQL Logging and Debugging Yes
Commit Transaction Callback Feature Yes
Progress Callback Feature Yes
REINDEX SQL Clause Yes
PRAGMA Database Options Yes
Sub-Queries, Sub-Selects, IN() Operator Yes
Automatic Database Triggers Yes
UTF-8 / Utf8String APIYesYes
UTF-16 / UnicodeString / WideString API Yes
Views, Triggers on Views Yes
ATTACH multiple databases Yes
SQL tracing and performance profiling Yes
Shared Cache between multiple open DB connections Yes
Asynchronous I/O background thread writing Yes
R-Tree index for geospatial data systems Yes
Write-Ahead Logging (WAL) for improved performance and concurrency Yes
1) Free for personal, educational, and non-commercial use. See license for details.
products/sqlite3/feature_chart.txt · Last modified: 2010/07/28 17:37 (external edit)