-
-
Notifications
You must be signed in to change notification settings - Fork 6k
♻️ Edit refactor db models to use UUID's instead of integer ID's #1259
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
Conversation
Great! Thank you @estebanx64! 🚀 ☕ |
This might sound a bit off the wall, but this solution really cramps the template's versatility big time. Right now, if I want to switch the DB to MySQL, I'm gonna have to hack my way through it. Meanwhile, UUID doesn’t really add much value. If I'm off base here, feel free to correct me and steer me right. |
What do you mean by "this solution"? This PR changes UUIDs for tasks and items, maybe this is a discussion meant for the forums |
@d4vidsha This project is a template built on certain technologies. If needed, I can remove React and replace it with Vue, or swap out another system component. This is correct from an architectural perspective (modularity, freedom of choice). But this PR binds us to PostgreSQL and reduces the template's flexibility. |
…tapi#1259) Co-authored-by: Sebastián Ramírez <[email protected]>
…tapi#1259) Co-authored-by: Sebastián Ramírez <[email protected]>
No description provided.