mirror of https://github.com/OWASP/Nettacker.git
497 B
497 B
OWASP Nettacker Database Files
This folder mainly contains all the files which handle the database transactions for the OWASP Nettacker.
db.pycontains the database transaction functionsmodels.pycontains the database structure layoutmysql_create.pycontains functions to create the db structure mentioned inmodels.pyinto a MySQL databasesqlite_create.pycontains functions to create the db structure mentioned inmodels.pyinto a SQLite database