this post was submitted on 25 Oct 2023
23 points (100.0% liked)
Rust
5931 readers
10 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@Deebster @erlend_sh Yeah.. we just don't like to commit. Like just yet.
I really need to give myself a weekend to go over the database schema and find something I'm happy with that I want to keep.
That's like the biggest reason I'm not committing to anything but "pre"s yet :blobfoxmeltsob:
Just my life has been rather chaotic over the last few months. And now a new job soon and everything.
inb4 making it on https://0ver.org/ soon
@Deebster @erlend_sh the biggest blockers regarding the database schema design right now are:
That requires a lot of consideration though, and I'd also like to subdivide the accounts table more for two reasons:
That's basically it. Aside from that there's not too much I'd change in an incompatible way
If that's simple to do, it's worth waiting for, but if it's trickier then I've learnt the importance of remembering YAGNI and KISS (and that database migration scripts aren't that hard). Of course, third party database queries aren't as simple to update but perhaps your API will be all implementers need.
This does seem worthwhile, just to speed up development cycles.