23
Kitsune 0.0.1-pre.4 — Lightweight ActivityPub server
(github.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
@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.