about summary refs log tree commit diff
path: root/src/database/memory.rs
Commit message (Expand)AuthorAgeFilesLines
* Support ?q=category queriesVika2024-03-041-0/+4
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+249
* flake.nix: reorganizeVika2022-05-241-200/+0
* database, frontend: code cleanup so clippy doesn't complainVika2022-05-101-14/+11
* Make the settings in the database a strong typeVika2022-03-231-3/+3
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-11/+18
* database/memory: restore, it is useful in test scenariosVika2022-02-211-0/+196
* Removed the in-memory database, it's dragging me downVika2021-05-051-188/+0
* Implemented MemoryStorage::update_post()Vika2021-05-041-1/+82
* Refactored the database module and its testsVika2021-05-041-0/+107