The tool to display the sql generated by EntityFrameworkCore, developers can view the sql and the excute time via browser.
Extends ADONetHelper library to Sqlite
Package Description
Mysql, postgresql, sqlserver, Oracle and SQLite connection object extension methods.
Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
Four in one (SqlServer MySql Sqlite Oracle) .NET 4.0+ High-performance, lightweight
Flint is a micro-ORM built on top of Dapper that provides a no-compromises approach to high performance data access. You get: - Unit of work and connection scoping - Extension methods for Get, Insert, Update, and Delete (i.e. CRUD) - Extension methods for idiomatic paging - Expression and example-based sorting and predicates - Integrated idiomatic bulk insert - Integrated runtime data migrations (via FluentMigrator) - Full support for SQLite, MySQL, and SQL Server
SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Provide Sqlite support for ORM.
OrmDB is a simple, fast and lightweight embedded .NET ORM tool which was inspired by the equivalent other tools. OrmDB is standalone a single DLL fully written in .NET managed code, and works across .NET ADO providers such as MsSql, MySql, Oracle, PostgreSql and SQLite.
SQLite Provider for SimpleStack.Orm based on Microsoft.Data.Sqlite
SmartDb.SQLite.NetCore是一套基于DoNet和DoNetCore对SQLite数据库支持的快速开发和轻量级ORM框架,需要SmartDb.NetCore作为基础框架。 包NuGet地址:https://www.nuget.org/packages/SmartDb.SQLite.NetCore 框架Git开源地址:https://github.com/joyet/SmartDb.NetCore 框架博客地址:https://www.cnblogs.com/joyet-john/articles/9295985.html#4021708 联系邮箱:joyet@qq.com
SQLitePCL.pretty wraps the C like SQLiteAPI provided by SQLitePCL.raw with a friendly C# object oriented API. Notable features include support for using LINQ expressions on SQL query results, SQLite events exposed as C# events, and the ability to take advantage of advance SQLite features, such as collation, aggregate, scalar, and commit hook functions. For asynchronous query support, an additional companion API is available. See: https://www.nuget.org/packages/SQLitePCL.pretty.Async/ A simple table mapped ORM is also available. See https://www.nuget.org/packages/SQLitePCL.pretty.Orm/
Daterpillar is a build automation tool and miro-orm.
Simple Access ORM provides database access in Ado.net methods naming pattern. Documentation of using SimpleAccess is available at https://simpleaccessorm.com
SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
Trivial micro-orm implemented on Dapper, provides with CRUD helpers. specialize to handle SQLite
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
You hate verbatim SQL queries with zero type safety for your code but you love the speed? Dapper.FastCRUD is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2019 or later is recommended.
A Portable (PCL), Opinionated .NET ORM with multi-database support. Current DB Support includes SqlServer (=> 2012) and Sqlite. This library gives you the ability to create a portable repository and deploy it against any ADO database across multiple platforms Including Windows, Android, and iOS. Currently being developed for Cross Platform applications using Xamarin. This project is licensed under Ms-PL. Dependencies carry their own licenses.
Allows to execute Linq to DB queries in Entity Framework Core DbContext.
SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
Linux .NET Core Sqlite runtime libraries for Iridium
OSX .NET Core Sqlite runtime libraries for Iridium
an ORM like "EnterpriseLib Data Block" for dotnet - SQLite
an ORM like "EnterpriseLib Data Block" for dotnet - SQLite
SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
ORM proprietário para acesso às bases de dados, SQLite e PostgreSQL
is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite
Small and simple to use and understand. Full object hierarchy CRUD support. Saves all object properties and the relationships to related tables. Also supports collection properties. Allows developers to write sql as needed for reads. The design just maps the results to the objects. Writes are tightly coupled to the database and build on primary key constraints. No inheritance requirements, uses either interface implementation or attributes. Allows developers to modify the relation sql to further optimize loading of children. Database constraints tolerant. Lazy initialization support, with child sql override. Change trackng support to history tables. Supported databases: Sql Server, My Sql, Sqlite, Oracle, PostgreSql. Built-in Performance tracking, implement IPerformanceTracking to allow performance tracking of all database actions. Optimistic concurrency support. No configuration files needed. Trace output of SQL statements and parameter values. Password one way hashing support. Field level encryption with auto decrypt upon load ability. Processing intercept support, BeforeInsert, BeforeUpdate, BeforeDelete, AfterLoad. Database deprecation support. Paralle Load support. Validation support.
ORM for SQLite with data encryption. Supported Xamarin platforms: - Android - iOS 1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted view. 2. Generate your own personal encryption key, and pass it to CryptoSQLite library. 3. CryptoSQLite will encrypt all properties that have '[Encrypted]' attribute automatically when you are adding (updating) elements to your Table and decrypt all [Encrypted] properties when you are getting elements from a Table in the database file. Last updates: In 3.0.2 version .NET Standard compatibility added and fixed minor issues
Sql Lite support for the Thuria Thark framework
.Net Core ORM Framework 支持数据:SqlServer,Oracle,MySql,SQLite 开发工具:VS 2019 开发框架:.NET Standard 2.0 支持Lamda,复杂对象查询 新增与更新:支持自动识别赋值字段 支持数据过滤 支持各操作的方法扩展与重载 支持查看执行详情(SQL、耗时 等) 支持实体类扩展成员