parent
89dbd1d2c6
commit
fb54106b2d
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "ERTdb",
|
||||
"module": "dbconnector",
|
||||
"action": "connect",
|
||||
"options": {
|
||||
"client": "sqlite3",
|
||||
"connection": {
|
||||
"filename": "/ERTSQlite.db"
|
||||
},
|
||||
"tz": "utc"
|
||||
},
|
||||
"fileName": "ERTdb.json"
|
||||
}
|
||||
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"type": "sqlite3",
|
||||
"connection": {
|
||||
"filename": "/ERTSQlite.db"
|
||||
},
|
||||
"direct": true,
|
||||
"schema": {
|
||||
"tables": {
|
||||
"da": {
|
||||
"db": {},
|
||||
"columns": {
|
||||
"ID": {
|
||||
"db": {
|
||||
"type": "integer",
|
||||
"primary": true,
|
||||
"unique": false,
|
||||
"nullable": false
|
||||
}
|
||||
},
|
||||
"db_fullName": {
|
||||
"db": {
|
||||
"type": "text",
|
||||
"primary": false,
|
||||
"unique": false,
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"db_licenseNumber": {
|
||||
"db": {
|
||||
"type": "text",
|
||||
"primary": false,
|
||||
"unique": false,
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"db_stateIssue": {
|
||||
"db": {
|
||||
"type": "text",
|
||||
"primary": false,
|
||||
"unique": false,
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"db_employeeID": {
|
||||
"db": {
|
||||
"type": "integer",
|
||||
"primary": false,
|
||||
"unique": false,
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"owner": {
|
||||
"db": {
|
||||
"type": "text",
|
||||
"primary": false,
|
||||
"unique": false,
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"views": {}
|
||||
}
|
||||
}
|
||||
BIN
ERTSQlite.db
BIN
ERTSQlite.db
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"exec": {}
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "ERTdb",
|
||||
"module": "dbconnector",
|
||||
"action": "connect",
|
||||
"options": {
|
||||
"client": "sqlite3",
|
||||
"connection": {
|
||||
"filename": "/ERTSQlite.db"
|
||||
},
|
||||
"tz": "utc"
|
||||
},
|
||||
"fileName": "ERTdb.json"
|
||||
}
|
||||
|
|
@ -37,7 +37,8 @@
|
|||
"session-file-store": "^1.5.0",
|
||||
"socket.io": "^4.7.5",
|
||||
"unzipper": "^0.12.1",
|
||||
"uuid": "^10.0.0"
|
||||
"uuid": "^10.0.0",
|
||||
"sqlite3": "^5.1.6"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"watch": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue