agnicore / nfx

.NET Standard Unistack Framework
http://nfxlib.com
Other
75 stars 91 forks source link

Provide MySQL CRUD/connector functionality #2

Closed agnibos closed 6 years ago

agnibos commented 6 years ago

Provide MySQL native support functionality

agnibos commented 6 years ago

see https://github.com/mysql-net/MySqlConnector (problem: uses ValueTask, System.Buffers etc as 3rd party nugets)

"Official" Oracle's: https://github.com/mysql/mysql-connector-net

itadapter commented 6 years ago

started

itadapter commented 6 years ago

@vlapchenko Please cover the CRUD with MORE integration tests especially do multi-threaded integration tests

agnibos commented 6 years ago

More testing is needed, but technically done

itadapter commented 6 years ago

Due 1/15/2018 Stabilization @vlapchenko

agnibos commented 6 years ago

DONE