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

Move database management from falling-fruit repo #42

Open
ezwelty opened this issue Oct 25, 2024 · 0 comments
Open

Move database management from falling-fruit repo #42

ezwelty opened this issue Oct 25, 2024 · 0 comments

Comments

@ezwelty
Copy link
Contributor

ezwelty commented Oct 25, 2024

At some point in the future, the full-stack Rails app at https://github.com/falling-fruit/falling-fruit (currently running at https://fallingfruit.org) will be taken offline. Database management (database schema, migrations) will need to be moved, most logically to this repo, which is the backend for the new web app at https://github.com/falling-fruit/falling-fruit-api.

Without Rails to show us the way, we'll need to cobble a solution together. For now, I've chosen not to use a framework like Prisma or knext. If this continues, then a separate tool is needed for database migrations. I think my preference would be to write the migrations directly in SQL. But a tool to manage them would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant