Skip to content

Instantly share code, notes, and snippets.

View fahminlb33's full-sized avatar
🏠
Working from home

Fahmi Noor Fiqri fahminlb33

🏠
Working from home
View GitHub Profile
@flaub
flaub / SqliteContext.cs
Created March 16, 2015 08:21
SQLite EF 6 Database Initializer
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Data.Entity.ModelConfiguration.Conventions;
using System.Data.SQLite;
using System.Linq;
namespace SQliteEF6
{
class SqliteContext : DbContext