Create a database command-line utility
Posted on Thu 09 November 2023 in Python
I describe how I used Python and the SQLAlchemy ORM to create tables and relationships in an SQL database and how I created a command-line interface that allows a user to write data to the database, and read it back.
Continue reading