Dart interaction / access to database

前端 未结 5 1480
情话喂你
情话喂你 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 12:53

    There is a mongoDb driver that Vadim Tsushko has released. It was mentioned on the : dartlang news recently.

    Pastebin for example usage.

    Update: I've also blogged about it's usage on the dartwatch blog

提交回复
热议问题