Python ORM database scripts that record experiments and simulation data for concrete filled steel tube. A database class is developed to connect postgre database and add/delete record in it.
Environment to used those stripts is records in pyproject.toml Poetry package can be used to create virtual environment
Detail can be seen in Models.py
A Database that implement -[x] Database connection -[x] table create -[x] record query -[x] record add (Duplication check) -[x] record remove