Digitigrade @ git b051bda

Mentions abbie

abbie i had a great and terrible idea

i connected cress to digitigrade's postgress database and can now fetch and display the row data for a note

https://codeberg.org/postie/cress/src/commit/9f31171005137699ba8b8cc35a019d55fe1e4615/src/database.rs

distinction between auto-generated sea-orm entities and object::* (json representations) is a bit funny, but doesn't seem unreasonable to me.

also: thoughts on sea-orm? i've never used it before, but it seems well made so far.

im not sure if im gonna merge these changes in but its very neat seeing objects being built from a database :3

sea-orm looks very neat i'll have to do more research on it in the futuree

yeah, definitely not good quality for a merge.

moreso done this just so i can start toying with sea-orm with some data already in the db. my next goal is to figure out how to fetch more complex things than just one note in as few database round trips as possible

Once i have that i imagine it'll be more clear if sea-orm is a help or a hindrance