initital db code
This commit is contained in:
12
create_dbs.py
Normal file
12
create_dbs.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import sqlite3
|
||||
from sqlite3 import Error
|
||||
|
||||
from libs.sql import *
|
||||
|
||||
|
||||
#create some tables to stick data in
|
||||
|
||||
if __name__ == "__main__":
|
||||
db_name = "weirdAAL.db"
|
||||
create_awskey_table(db_name, "AWSKey")
|
||||
create_recon_table(db_name, "recon")
|
||||
Reference in New Issue
Block a user