Dart interaction / access to database

前端 未结 5 1483
情话喂你
情话喂你 2021-02-05 12:38

How can Dart (running server side) access a database ?

Can I execute SQL-Statements directly or can I use some kind of ORM?

5条回答
  •  清歌不尽
    2021-02-05 13:06

    There is also a Redis driver available: https://github.com/mythz/DartRedisClient

提交回复
热议问题