Nettacker/nettacker/database
pUrGe12 4151331ba1 ruff fixes 2025-09-03 09:43:33 +05:30
..
__init__.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
db.py ruff fixes 2025-09-03 09:43:33 +05:30
models.py updated the declarative base import (#1108) 2025-07-28 14:17:58 +00:00
mysql.py Fixing database issues (#1056) 2025-04-04 23:08:56 +00:00
postgresql.py fixed the create database part of postgresql.py (#1072) 2025-05-27 22:10:28 +00:00
readme.md Change the entry point name/location 2024-08-11 11:31:18 -07:00
sqlite.py Change the entry point name/location 2024-08-11 11:31:18 -07: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