Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 559 Bytes

CFSTORM

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

Environment to used those stripts is records in pyproject.toml Poetry package can be used to create virtual environment

Models design

Detail can be seen in Models.py

Database class

A Database that implement -[x] Database connection -[x] table create -[x] record query -[x] record add (Duplication check) -[x] record remove