Recent Releases of pyanitrack

pyanitrack - pyanitrack 0.1.0 - initial release

Initial Release!

Find an issue? https://github.com/GreenMachine582/pyanitrack/issues

What's Added

  • database: Add pyanitrack.database.createDatabase to create a db with pre-defined schema and data populate script.
  • database: Add pyanitrack.database.getLatestAvailableVersion to identify the DB schema file with the highest version.
  • database: Add pyanitrack.database.applySchemaVersion to apply the target schema version to the db when creating or updating.
  • database: Add pyanitrack.database.runDataPopulationScript to execute data population scripts when creating or updating a DB.
  • database: Add pyanitrack.database.connect to connect to the DB.
  • database: Add pyanitrack.database.getSchemaVersion to get the current version of the DB.
  • test: Add tests to verify the project's integrity, mainly the database and config modules.
  • example: Add an example to demonstrate the creation of the DB and loading data into it.

Full Changelog: https://github.com/GreenMachine582/pyanitrack/commits/v0.1.0-alpha

- Python
Published by GreenMachine582 over 1 year ago