Initial commit
Signed-off-by: mikesir87 <mikesir87@gmail.com> Imported from dockersamples/101-tutorial, removed other languages for now, and replaced PWD references with Docker Desktop.
This commit is contained in:
2
app/src/persistence/index.js
Normal file
2
app/src/persistence/index.js
Normal file
@@ -0,0 +1,2 @@
|
||||
if (process.env.MYSQL_HOST) module.exports = require('./mysql');
|
||||
else module.exports = require('./sqlite');
|
Reference in New Issue
Block a user