Official migration tooling #5455
IngwiePhoenix
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the rust-based
surrealdb-migrations
but I keep running into more and more issues - and with there not being any ORM adapter for SurrealDB (I use Go, React and ES6) it is kinda hard to do database-in-git properly...So, I wanted to put this idea out here for an official migration tool.
Use-case:
array<record<something>>
instead of justrecord<something
...ENTRYPOINT
orCMD
)Just wanted to put this out here.
For context: I've spent ~4 months building a project for my work with Go, SurrealDB, React and schadcn-ui...and one of the biggest bottlenecks was either React or SurrealDB itself, and often not because of the language, but the tooling around it. The Go client is a mess and not like the other DB's clients - so, no existing tooling can be used there...
But migrations would go a long way.
Pseudo-examples:
Beta Was this translation helpful? Give feedback.
All reactions