Commit graph

29 commits

Author SHA1 Message Date
86c0f92cc6 chore: db specific feed entity 2025-08-29 14:15:31 +02:00
2322b9170d chore: splits out article into db specific entity and generic struct 2025-08-29 14:12:21 +02:00
5a4a4d387a feat: implements sync command 2025-08-28 21:00:54 +02:00
a77d4f9604 feat: implements today command 2025-08-28 17:59:31 +02:00
09f4b2a838 implements list command 2025-08-28 16:57:06 +02:00
37af5fb345 chore: removes log 2025-08-24 22:31:58 +02:00
5eab19c70e feat: extends database schema with sync and creation timestamps 2025-08-24 22:31:08 +02:00
13ba132159 feat: inserts last 10 articles into DB on feed add 2025-08-24 22:28:17 +02:00
6151e9ed80 Adapts feed model for database to new table schema 2024-09-03 20:29:03 +02:00
a9618f950e Removes feed type from database and adds addedAt timestamp 2024-09-03 20:28:46 +02:00
ccc85259cb Changes database initialization 2024-09-03 19:49:03 +02:00
0f54c090bb Removes temp database handler 2024-08-31 01:42:15 +02:00
fc59ecbee5 Temporarily removes ping for DB 2024-08-31 01:42:00 +02:00
051e84de86 Removes unused migrations 2024-08-31 01:41:44 +02:00
dd075aaf63 Reverts back to old Connect style database access 2024-08-30 17:57:46 +02:00
b70a232343 Restructures database access
Makes it simpler as long as the application is just the CLI
2024-08-30 17:07:14 +02:00
4f86ab9cb0 Adds feed type to Feed struct and table schema 2024-05-31 19:55:44 +02:00
efff6edf0e Adds dbconfig.yml
to run migrations from outside of application
2024-05-31 19:55:22 +02:00
d7a61290fa Adapts comment 2024-05-14 22:52:48 +02:00
5a75fd94bb Adds migrations for new models 2024-05-14 22:52:34 +02:00
9b06e6a5cc Adds unique constraint to email in USER table 2024-04-30 20:05:46 +02:00
932edb8da7 Uses uuid to avoid easy inferral of user ids 2024-04-28 20:21:56 +02:00
98edc52114 Adapts table name for initial migration 2024-04-28 20:05:46 +02:00
d82a1c9215 Sets up internal packages for database and api 2024-04-28 19:14:51 +02:00
c19a675e36 Revert "Removes internal directory"
This reverts commit 5005186cd3.
2024-04-28 19:00:14 +02:00
5005186cd3 Removes internal directory 2024-04-26 22:46:52 +02:00
47dab069c3 Adapts database connections 2024-04-26 17:23:25 +02:00
4d218cf16a Adds initial migration 2024-04-26 15:16:57 +02:00
23e29c44f4 Sets up and initializes database for freed (SQLite) 2024-04-26 15:16:48 +02:00