#Looking for contributors for ORM (DataMapper) lib
9 messages · Page 1 of 1 (latest)
I have read parts of the implementation, and will continue reading, but I saw that you are using .migrator to start the migration and comparing tables with structs via running the binary. Would it be better to have migration from cli like diesel-rust does? Or is there already something like that? Maybe I missed it
For now, I haven't implemented this yet; I'm developing it myself, so it ends up being difficult to make updates every day.
Yeah it makes sense. I am just throwing some ideas if that helps. Currently, I am not available to help
Hey guys, I've been updating my ORM quite a bit. If anyone has any good ideas or suggestions, I'd appreciate it.
idk why an orm when there is sqlx
Look, there are some people who value the business model, so an ORM can increase development speed, and not everyone likes writing queries by hand.
is your thing statically checked?
Bringing another option to developers toolsets is not a bad thing. There will be people that want to work with orms instead of sqlx or other ways, even though their statistics would not be a lot