mirror of https://github.com/OWASP/Nettacker.git
|
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| db.py | ||
| models.py | ||
| mysql.py | ||
| postgresql.py | ||
| readme.md | ||
| sqlite.py | ||
readme.md
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