stablekernel / aqueduct

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://aqueduct.io
BSD 2-Clause "Simplified" License
2.42k stars 280 forks source link

starting from existing db #942

Open blondie63 opened 3 years ago

blondie63 commented 3 years ago

How can i start a project from an existing Mysql database ?

Thanks for help

Reductions commented 3 years ago

Aqueduct does not support mysql out of the box (the ORM does not work with it).

blondie63 commented 3 years ago

Maybe I made myself wrong, I meant how can I import an existing database? Mysql or MariaDB