Begin Refactor

This commit is contained in:
color.diff=auto
2021-03-21 13:47:29 -06:00
parent 7622dc0d02
commit 018931d7ae
197 changed files with 47799 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
; Test suite database config
; Rename this file to test.ini if you are done
[mysql]
host = "localhost"
schema = "<DATABASE NAME HERE>"
user = "<USER>"
pass = "<PASSWORD>"
[pgsql]
host = "localhost"
schema = "<DATABASE NAME HERE>"
user = "<USER>"
pass = "<PASSWORD>"
[sqlite]
file = "/tmp/database.db"

View File

@@ -0,0 +1,18 @@
; Test suite database config
; Rename this file to test.ini if you are done
[mysql]
host = "localhost"
schema = "oodb"
user = "root"
pass = ""
[pgsql]
host = "localhost"
schema = "oodb"
user = "postgres"
pass = ""
[sqlite]
file = "/tmp/oodb.db"