amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 205 forks source link

Project without database #1291

Closed notramo closed 1 year ago

notramo commented 1 year ago

Please support creating a project with no database in amber init. I want to use EdgeDB in my project, and it doesn't really need an ORM as it works with objects instead of 2 dimensional tables, so it can be simply deserialized from JSON.

crimson-knight commented 1 year ago

Were you able to delete the extra files for the ORM in Amber and still use EdgeDB? Looks pretty cool!