Commit Graph

3 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 1e3a24f575
fix csv test data spacing issue 2024-01-14 03:54:59 +01:00
Oystein Kristoffer Tveit 1550c1f2e3
Add scripts to seed data for testing + misc 2024-01-14 03:39:16 +01:00
Oystein Kristoffer Tveit e57c638683
Misc changes:
- Update database models to the new declarative mapping syntax
  See https://docs.sqlalchemy.org/en/20/orm/mapping_styles.html#orm-declarative-mapping
- Make use of Flask-SQLAlchemy to manage database connections
- Remove cli command interface in favor of just deleting the
  sqlite file and reseeding when no tables are detected.
- Add list of iso639_1 language codes and names, and add to seed list
- Other changes to file structure.
2023-05-01 01:37:52 +02:00