sqlite EF6

1.nuget包添加System.Data.SQLite 2.dbcontext 1 public class AirportBridContext : DbContext 2 { 3 public AirportBridContext() : base(new SQLiteConnection()

posted on 2021-05-21 13:25  郭小四  阅读(90)  评论(0编辑  收藏  举报