Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Database schema and sqlc configs #136

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Database schema and sqlc configs #136

merged 4 commits into from
Dec 3, 2024

Conversation

lukehinds
Copy link

Map out what a database could look like to serve the frontend.

I went with SQLC , good balance of safety and speed, coupled with SQLite is an embedded database, meaning no extra service to run in the singular container

Luke Hinds and others added 3 commits December 2, 2024 20:17
Map out what a database could look like to serve the frontend.

I went with SQLC , good balance of safety and speed, coupled with
SQLite is an embedded database, meaning no extra service to run
in the singular container
@lukehinds
Copy link
Author

lgtm, but can't approve myself (co-authored).

Copy link
Contributor

@ptelang ptelang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@aponcedeleonch aponcedeleonch merged commit 5836a56 into main Dec 3, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants