Giter VIP home page Giter VIP logo

mysql.data's Introduction

Async MySQL Connector for .NET Core

WARNING

This is pre-release, alpha-quality software. There is no published NuGet package for it yet; you must compile from source (see below).

About

This is an ADO.NET data provider for MySQL. It provides implementations of DbConnection, DbCommand, DbDataReader, DbTransaction โ€” the classes needed to query and update databases from managed code. It's compatible with popular data access libraries such as Dapper.

Build Status

Ubuntu 14.04 Windows x64
Travis CI (none)

Building

Install the latest dotnet-cli.

To build and run the tests, clone the repo and execute:

dotnet restore
dotnet test tests\MySql.Data.Tests

To run the side-by-side tests, see the instructions.

Goals

The goals of this project are:

  1. .NET Core support: It must compile and run under CoreCLR.
  2. Async: All operations must be truly asynchronous whenever possible.
  3. High performance: Avoid unnecessary allocations and copies when reading data.
  4. Lightweight: Only the core of ADO.NET is implemented, not EF or Designer types.

Cloning the full API of the official MySql.Data is not a goal of this project, although it will try not to be gratuitously incompatible.

License

This library is licensed under LGPL v3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.