NakorTBR / codingbones

Coding helper.
0 stars 0 forks source link

Implement DB support #2

Open NakorTBR opened 3 days ago

NakorTBR commented 3 days ago

Will probably use PostgreSQL via SQLAlchemy.

Note that this reference shows how to use SQLite, but it appears to support PostgreSQL. Ref: SQLite via SQLAlchemy

Dependency: issue #1

NakorTBR commented 3 days ago

This is technically implemented already (was irritating to figure out as far as I have). PostgreSQL support via SQLAlchemy is implemented. I simply have to learn how to actually use it now.

NakorTBR commented 1 day ago

The last two commits were working on this issue, I just keep forgetting to reference this issue.