Index: www/features.wiki
==================================================================
--- www/features.wiki
+++ www/features.wiki
@@ -7,20 +7,22 @@
transaction enlistment.
Supports the Full
and Compact .NET Framework, and native C/C++ development. 100% binary
- compatible with the original sqlite3.dll.
+ compatible with the original sqlite3.dll.
+ Currently not included. We hope to have this feature included again soon.
Full support for Mono via a "managed only" provider that runs against the
official SQLite 3.6.1 or higher library.
Full Entity Framework support (ADO.NET 3.5 SP1)
On the Compact Framework, it is faster than SQL Server
- Mobile. SQLite's installed size is a fraction of SQL Mobile's. It uses less memory at runtime, runs queries faster,
+ Mobile. SQLite's installed size is a fraction of SQL Mobile's.
+ It uses less memory at runtime, runs queries faster,
and has a smaller database file size as well.
Encrypted database support. Encrypted databases are fully encrypted and
support both binary and cleartext password types.
@@ -27,22 +29,29 @@
Visual Studio 2005/2008 Design-Time Support, works with all versions of VS2005/2008,
including all Express Editions of VS2005. You can add a SQLite
database to the Servers list, design queries with the Query Designer,
- drag-and-drop tables onto a Typed DataSet, etc.
+ drag-and-drop tables onto a Typed DataSet, etc.
+ Currently not included. We are still updating the Design-Time
+ support installer.
Full SQLite schema editing inside Visual Studio.
You can create/edit tables, views, triggers, indexes, check constraints and foreign keys.
- Single file redistributable (except on Compact Framework). The core sqlite3 codebase and the ADO.NET wrapper
- are combined into one multi-module assembly.
+ Single file redistributable (except on Compact Framework).
+ The core sqlite3 codebase and the ADO.NET wrapper
+ are combined into one multi-module assembly.
+ Currently all versions provided as System.Data.SQLite.dll and SQLite.Interop.dll.
+ This provides consistency across all packages, including Compact and Mono.
- Binaries included for Itanium, x64, x86 and ARM processors.
+ Binaries included for Itanium, x64, x86 and ARM processors.
+ Currently only x64 and x86 included.
+ We hope to have more processorts included again soon.
DbProviderFactory support.