Commit Graph

7 Commits

Author SHA1 Message Date
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
Bjornar Orjansen Kaarevik f72188b063 generated new example file for the shelf in the working room 2023-04-02 03:04:13 +02:00
Bjornar Orjansen Kaarevik be535daa47 added usage of isbnlib to data fetchers 2023-04-02 03:02:37 +02:00
Bjornar Orjansen Kaarevik d31dbf5daf scanned one shelf to have test data 2023-04-02 01:06:51 +02:00
Bjornar Orjansen Kaarevik 73cc5f0d84 added some scripts operating on csvs 2023-04-02 01:06:51 +02:00
Bjornar Orjansen Kaarevik 45d5a5e3bd added colon for error printout 2023-04-02 01:06:51 +02:00
Bjornar Orjansen Kaarevik dd1ec752a8 added modified data fetcher based on the implementation of adrlau, as well as update to the todo in the readme 2023-04-02 01:04:50 +02:00