Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.data.sqlite

SQLite.NET Performance Using SQLiteParameter with LIKE operator

How does System.Data.SQLite deal with .NET Data Types?

Can/should I run my web site against a SQLite database?

SQLite assembly not copied to output folder for unit testing

Random error when testing with NHibernate on an in-Memory SQLite db

Enable shared cache mode in System.Data.Sqlite (.net)

When i select from sqlite column of type 'int' I can cast to .net int but when I select from 'integer' column I cannot

c# system.data.sqlite

List Attached Databases using a SELECT command in SQLite

How should I disable Entity Framework table reference(foreign) list from each objects?

'The database file is locked' with System.Data.SQLite

Multiple access to a single SQLite database file via System.Data.SQLite and c#

Adding "System.Data.SQLite" as a reference

system.data.sqlite

How to know when/what exceptions are thrown by System.Data.Sqlite objects?

Does SQLite support transactions across multiple databases?

Getting Fluent NHibernate to work with SQLite

Mapping TimeSpan in SQLite and Dapper

Loading an SQLite database from a byte stream in .NET

How perform SQLite query with a data reader without locking database?

Database locked in WAL mode with only readers

With System.Data.SQLite how do you specify a database file in the connect string using a relative path