I went through the documentation and did not find anything related to databases.
I guess this is not yet natively possible — if not, then are there any libraries that utilize e.g. the Socket class to make it possible to connect to a database?
To be more specific, I’d like to connect to a MySQL and a MongoDB databases.
I found MongoDart to be the first library to give MongoDB access to Dart.
Here’s an example: