Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database query builder or ORM #143

Open
Temzasse opened this issue Jun 22, 2023 · 0 comments
Open

Database query builder or ORM #143

Temzasse opened this issue Jun 22, 2023 · 0 comments
Labels
server Related to the server only

Comments

@Temzasse
Copy link
Contributor

Temzasse commented Jun 22, 2023

Requirements:

  • Typesafe queries
  • Single source of truth for database schema
    • No need to go through countless migrations to figure out the latest schema
    • No need to fire up the database to know the latest schema
  • Fast by default
  • Possibility to write raw SQL if needed

ORMs:

Query builders:

@Temzasse Temzasse added enhancement server Related to the server only and removed enhancement labels Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Related to the server only
Projects
None yet
Development

No branches or pull requests

1 participant