forked from jonwagner/Insight.Database
-
Notifications
You must be signed in to change notification settings - Fork 0
SQLite Provider
Jon Wagner edited this page Dec 5, 2013
·
1 revision
Insight.Database v3.1.4 and later have been tested with System.Data.SQLite. Just install System.Data.SQLite from NuGet and use Insight.Database with your SQLiteConnections.
Since SQLite doesn't support stored procedures, Insight.Database can handle all of the features without needing code specific to SQLite. So you don't need to install an Insight.Database.Provider for it.
SQLite does not support the following features:
- Stored Procedures
- Table-Valued Parameters
- XML Columns
- Bulk Copy
- Home
- About
- Getting Started
- Connections
- Execute
- Getting Results
- Advanced Results & Mapping
- Insert/Update Considerations
- Data Types
- Write Even Less Code
- Performance & Speed
- Other Topics
- Supported Databases
- Working with the Code