Commit Graph

6 Commits

Author SHA1 Message Date
trueold89 79dcf8c1aa
Add SQLiteEngine class logic 2024-07-25 20:42:01 +03:00
trueold89 272a574aef
Init SQLite implementation of DataBase interface
- Init db.py
- Add SQLiteEngine class
- Add SQLite class
2024-07-20 12:13:44 +03:00
trueold89 3d078ab2b3
Add DataBase interface 2024-07-20 12:13:23 +03:00
trueold89 c023193605
Add BookBuilder
- Init ABC.py
- Init functions.py
- init builders.py
- Add BookCreator ABC class
- Add create_book static function
- Add BookBuilder implementaion of BookCreator
2024-07-19 21:38:09 +03:00
trueold89 4f6aa01202
Add Book model class
- Init models.py
- Add Book class
2024-07-19 21:01:35 +03:00
trueold89 a45fb3992e
Initial commit 2024-07-19 20:39:07 +03:00