about summary refs log tree commit diff
path: root/kittybox-rs/src/database/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement Postgres backendVika2023-07-091-0/+29
* database{,/file}: clean up code, add documentation and loggingVika2023-07-091-126/+107
* micropub: use the new, better typed updates internallyVika2023-07-011-5/+6
* database: more realistic pagination testVika2023-06-221-1/+7
* database: add add_to_feed and remove_from_feedVika2023-06-221-0/+8
* database: use domains instead of authorities as owner keyVika2023-06-221-6/+6
* database: introduce read_feed_with_cursorVika2023-06-221-1/+9
* StorageError: use std::borrow::Cow for msg fieldVika2023-06-221-7/+21
* Add support for the IndieWeb Webring πŸ•ΈπŸ’Vika2023-06-151-0/+20
* Database: use newtypes to represent settingsVika2023-06-151-19/+73
* tempfile -> tempdir, remove mockitoVika2023-02-271-1/+1
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-271-1/+1
* database: use .path().to_path_buf() to prevent dropping the tempdirVika2022-07-101-1/+3
* treewide: rewrite using AxumVika2022-07-071-41/+61
* flake.nix: reorganizeVika2022-05-241-0/+539