Converted to using SqlModel as wrapper around SqlAlchemy

This commit is contained in:
2023-09-23 00:12:36 -05:00
parent 4b4eac8f7d
commit ea7d82b1bb
5 changed files with 29 additions and 24 deletions

View File

@@ -2,9 +2,10 @@
A template project for Python with Gtk applications.
### Requirements
* PyGObject
* setproctitle
* pyxdg
* PyGObject (Gtk introspection library)
* pyxdg (Desktop ".desktop" file parser)
* setproctitle (Define process title to search and kill more easily)
* sqlmodel (SQL databases and is powered by Pydantic and SQLAlchemy)
### Note
There are a "\<change_me\>" strings and files that need to be set according to your app's name located at: