dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.2k stars 1.57k forks source link

Provide a database connectivity standard (ddbc) #36071

Open Rockvole opened 5 years ago

Rockvole commented 5 years ago

I have come to dart from java, and working with databases in dart is incoherent. Each database library uses a dissimilar set of apis to connect to rdbms, so you start from scratch using any of the database libraries (postgres / mysql / flutter sqlite).

Something akin to jdbc would be good. This could just take the form of interface files to follow. An enhancement would be standard error numbers (or enums) for the conventional rdbms errors.

ubuntu2204 commented 4 years ago

I wish dart2 supper mysql