node-query/test/config-travis.json

25 lines
377 B
JSON

{
"mysql": {
"driver": "mysql",
"connection": {
"host": "localhost",
"user": "root",
"password": "",
"database": "test"
}
},
"pg": {
"driver": "pg",
"connection": "postgres://postgres@localhost/test"
},
"pg-object": {
"driver": "pg",
"connection": {
"database": "test"
}
},
"dblite": {
"driver": "sqlite",
"connection": ":memory:"
}
}