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.createDatabaseto create a db with pre-defined schema and data populate script. - database: Add
pyanitrack.database.getLatestAvailableVersionto identify the DB schema file with the highest version. - database: Add
pyanitrack.database.applySchemaVersionto apply the target schema version to the db when creating or updating. - database: Add
pyanitrack.database.runDataPopulationScriptto execute data population scripts when creating or updating a DB. - database: Add
pyanitrack.database.connectto connect to the DB. - database: Add
pyanitrack.database.getSchemaVersionto get the current version of the DB. - test: Add tests to verify the project's integrity, mainly the
databaseandconfigmodules. - 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