Skip to content
Snippets Groups Projects
Commit 89dd8610 authored by michael.minelli's avatar michael.minelli
Browse files

Add database helper file (export database connexion)

parent d30a84a8
No related branches found
No related tags found
No related merge requests found
import knex from 'knex';
import Config from '../config/Config';
const db = knex({
client : Config.database.type,
connection: Config.database
});
export default db;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment