Using DateTime.Ticks as datetime format using SQLite.NET

Connection string

This SQLite.NET connection string can be used for connections to SQLite.

Data Source=c:\mydb.db;Version=3;DateTimeFormat=Ticks;

The default value is ISO8601 which activates the use of the ISO8601 datetime format