14 skills found
linq2db / Linq2dbLinq to database provider.
ErikEJ / SqlCeToolboxSQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
tmthyjames / SQLCellSQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
munchy-bytes / SchemaMapperA .NET class library that allows you to import data from different sources into a unified destination
christianhelle / SqlcequeryA fast and lightweight tool for querying and manipulating SQLCE databases. This tool supports SQLCE versions 3.0, 3.1, 3.5 and 4.0
linq2db / T4models[Archived] T4 Models. Project moved to main repository: https://github.com/linq2db/linq2db/tree/master/Source/LinqToDB.Templates
ErikEJ / SqlCeBulkCopy.NET Library for loading data fast (doing bulk inserts) into a SQL Server Compact database file. Attempts to mimic the SqlClient SqlBulkCopy API.
zzzprojects / Dapper.TransactionIDbTransaction extension methods for Dapper: A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
ErikEJ / SqlCeCmdManage SQL Server Compact databases via command line, without Visual Studio installed. Syntax similar to sqlcmd (for SQL Server)
CarefreeXT / MegoA high performance and powerful ORM framework supporting SQL Server, MySQL, Sqlite, SqlCE, PostgreSQL etc..
ErikEJ / SqlCeNetCoreUsing SQL Server Compact with .NET Core (Windows only)
fordlee / UCsoft优创软件平台。使用Spring .NET、ASP .NET MVC、ELinq作为基本项目架构,Web Api作为移动App接口、同时使 Unit Test单元测试、RouteDebug路由测试、Log4Net日志记录、支持多数据库,目前支持Access、SQLServer、SqlCE、SQLite、MySQL、ORACLE,未来还会支持更多的数据库、T4模板代码自动生成 、Bootstrape作为前端框架。
netcasewqs / ElinqELinq 是一个轻量简单易用的开源Linq ORM数据访问组件,支持Nullable类型和枚举类型,支持根据实体类自动建库建表建关系,支持根据数据库通过T4模版自动生成实体代码,对Linq的谓词提供了完美的支持,旨在让绝大部份的主流数据库都使用 Linq 来进行程序开发,让开发人员访问数据库从SQL中解放出来,易学易用上手快,配置简单,并且提供了源代码下载,方便定制。支持多数据库,目前支持Access、SQLServer、SqlCE、SQLite、MySQL、ORACLE,未来还会支持更多的数据库。
ErikEJ / SqlCeMigratorCommand line tool to move your SQL Server Compact database to SQL Server