mirror of
https://github.com/docker/awesome-compose.git
synced 2026-08-16 05:57:28 +02:00
react-express-mysql: get version from mysql
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
const knex = require('knex');
|
||||
const { database } = require('./config');
|
||||
|
||||
module.exports = knex({
|
||||
client: 'mysql2',
|
||||
connection: database,
|
||||
});
|
||||
Reference in New Issue
Block a user