All Projects → fsprojects → Sqlprovider

fsprojects / Sqlprovider

Licence: other
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.

Programming Languages

fsharp
127 projects

Projects that are alternatives of or similar to Sqlprovider

Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+4195.04%)
Mutual labels:  mysql, postgresql, mariadb, sql-server, sqlite
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (-58.39%)
Mutual labels:  oracle, mysql, postgresql, sqlite, mariadb
Rom Sql
SQL support for rom-rb
Stars: ✭ 169 (-60.05%)
Mutual labels:  oracle, mysql, postgresql, sqlite, mariadb
Typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Stars: ✭ 26,559 (+6178.72%)
Mutual labels:  oracle, mysql, postgresql, sqlite, mariadb
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+422.7%)
Mutual labels:  oracle, mysql, postgresql, sqlite, mariadb
Entityframework.exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
Stars: ✭ 266 (-37.12%)
Mutual labels:  oracle, mysql, postgresql, sqlite, sql-server
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-69.98%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Adminer Custom
Customizations for Adminer, the best database management tool written in PHP.
Stars: ✭ 99 (-76.6%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+5515.13%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Sqitch
Sensible database change management
Stars: ✭ 2,320 (+448.46%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Aioodbc
aioodbc - is a library for accessing a ODBC databases from the asyncio
Stars: ✭ 206 (-51.3%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Doctrinejsonfunctions
Doctrine DQL functions for SQL JSON data type
Stars: ✭ 325 (-23.17%)
Mutual labels:  mysql, postgresql, sqlite, mariadb
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+3018.2%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (+262.17%)
Mutual labels:  oracle, mysql, postgresql, sqlite
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (-42.08%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Chloe
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
Stars: ✭ 1,248 (+195.04%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (-42.79%)
Mutual labels:  oracle, mysql, postgresql, sql-server
Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+627.42%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-95.04%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Ebean
Ebean ORM
Stars: ✭ 1,172 (+177.07%)
Mutual labels:  oracle, mysql, sqlite, mariadb

Issue Status PR Status

SQLProvider NuGet Status

Join the chat at https://gitter.im/fsprojects/SQLProvider

A general .NET/Mono SQL database type provider. Current features :

  • LINQ queries
  • Lazy schema exploration
  • Automatic constraint navigation
  • Individuals
  • Transactional CRUD operations with identity support
  • Two-way data binding
  • Stored Procedures
  • Functions
  • Packages (Oracle)
  • Composable Query integration
  • Optional option types
  • Mapping to record types
  • Custom Operators
  • Supports Asynchronous Operations
  • Supports .NET Standard / .NET Core
  • Supports saving DB schema offline, and SQL-Server *.dacpac files

The provider currently has explicit implementations for the following database vendors :

  • SQL Server
  • SQLite
  • PostgreSQL
  • Oracle
  • MySQL (& MariaDB)
  • MsAccess
  • Firebird

There is also an ODBC provider that will let you connect to any ODBC source with limited features.

Documentation

Core documentation and samples can be found at the SQLProvider home page. This documentation is generated from docs/content/, so please feel free to submit a pull request if you have fixed typos are added additional samples and documentation!

Building

  • Mono: Run build.sh Mono build status
  • Windows: Run build.cmd Build status

Known issues

  • Database vendors other than SQL Server and Access use dynamic assembly loading. This may cause some security problems depending on your system's configuration and which version of the .NET framework you are using. If you encounter problems loading dynamic assemblies, they can likely be resolved by applying the following element into the configuration files of fsi.exe, devenv.exe and your program or the program using your library : http://msdn.microsoft.com/en-us/library/dd409252(VS.100).aspx

Example

No OR-mapping: FSharp compiles your database to .NET-types.

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].