EasyDb.NET.NET 輕量級(jí)數(shù)據(jù)庫(kù)操作類
EasyDb.NET 是一個(gè) .NET 的非常輕量級(jí)的數(shù)據(jù)庫(kù)操作助手類。內(nèi)部由 Dapper 驅(qū)動(dòng)。
示例代碼:
IConnectionFactory factory; // build factory with given DbProviderFactory and Dialect. factory = ConnectionFactoryBuilder.NewBuilder( System.Data.SQLite.SQLiteFactory.Instance, "Data Source=test.db;Pooling=true;FailIfMissing=false", "SQLiteFactory", new SQLiteDialect() ).Build(); // or build from strings factory = ConnectionFactoryBuilder.NewBuilder( "mysql.data", "Server=127.0.0.1;Uid=root;Pwd=asdf;Database=sample;", "MySQLFactory", "LX.EasyDb.Dialects.MySQLDialect" ).Build()
評(píng)論
圖片
表情
