Nettacker/database
rusal f93f8613a3 Disconnect Handling to SQL 2023-07-15 08:38:12 -04:00
..
__init__.py shebang fixes, docker simul install fixes and scripts(bash and win) fixes 2021-06-15 21:46:41 +05:30
db.py Disconnect Handling to SQL 2023-07-15 08:38:12 -04:00
models.py add port and json_event column 2021-09-20 20:40:19 +02:00
mysql_create.py more refactor 2021-08-25 20:05:14 +02:00
postgres_create.py more refactor 2021-08-25 20:05:14 +02:00
readme.md Migration to sqlalchemy (#140) 2018-05-18 01:35:58 +04:30
sqlite_create.py more refactor 2021-08-25 20:05:14 +02:00

readme.md

OWASP Nettacker Database Files

This folder mainly contains all the files which handle the database transactions for the OWASP Nettacker.

  • db.py contains the database transaction functions
  • models.py contains the database structure layout
  • mysql_create.py contains functions to create the db structure mentioned in models.py into a MySQL database
  • sqlite_create.py contains functions to create the db structure mentioned in models.py into a SQLite database