Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Database querying with Google Dart?

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.

like image 304
Tower Avatar asked Jul 25 '12 09:07

Tower


People also ask

What is database Dart?

This is database.dart, a vendor-agnostic database access API for Flutter and other Dart projects. Document database API . Our document database API works with a wide range of products, including document databases, SQL databases, and search engines. You can use raw SQL when you need to.

What is the current state of accessing DBMS in Dart?

What is the current state of accessing such DBMS in Dart? That package should be in decent shape. Speaking of packages being in good shape, I really thing pub should have some kind of rating and feedback system. In this case, Google Dart developers even does not provide such support in a some basic forms.

How do I write and run Dart code?

Use DartPad to write and run Dart code in your browser, no installation required. Visit dart.dev to learn all about Dart. Get in touch with other Dart developers and track the Dart project.

How do I start learning Dart?

Use DartPad to write and run Dart code in your browser, no installation required. Visit dart.dev to learn all about Dart. Get in touch with other Dart developers and track the Dart project. Learn the most important language features of Dart. Learn to read, check, filter, and map lists, sets, and other iterable collections.


1 Answers

sqljocky is a MySQL driver for Dart.

like image 158
Alex Avatar answered Sep 30 '22 15:09

Alex