using System; using System.Data; using System.Data.Common; using System.Runtime.CompilerServices; using System.Data.SQLite; namespace Data.DbHelper { /// /// SQLite数据库操作类 /// public class SQLiteHelper : IDbHelper { #region 预定义对象 /// /// 数据库连接 ///
原文地址:https://github.com/andolove/Data 感谢作者!很实用 简单的Ado.net数据访问客户端。 数据库访问入口 获取IDbClient 在开始之前,先添加一个数据库访问入口。当然,也可以使用任何你喜欢的方式来创建IDbClient(的实现类)实例。 public static class Db { private static readonly Dictionary KnownClients = new Dictionary(); public static