Migrate persistence module to PostgreSQL #15
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#6 Persistence module (database interaction)
Miroslavsckaya/tg_rss_bot
Reference: Miroslavsckaya/tg_rss_bot#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To be able to process the data in a more efficient way and scale the app if it's needed I'd suggest to move to PostgreSQL in the later versions.
@cauf suggested to use following libraries:
psycopg2
for syncasyncpg
for asyncMoving to MVP 0.1 because SQLite is not working for us as well as was expected (#26).
Fix #32 while migrating to PostgreSQL.