remodel to be independant of database
This commit is contained in:
@ -2,7 +2,7 @@ import knex from 'knex';
|
||||
import test from 'ava';
|
||||
import express, { Request, Response } from 'express';
|
||||
import { http } from '@scode/consts';
|
||||
import { KnexCrudHandler } from '../lib/KnexCrudHandler';
|
||||
import { KnexCrudHandler } from '../lib/DatabaseCrudHandler';
|
||||
|
||||
const db = knex ({
|
||||
client: 'sqlite',
|
||||
|
Reference in New Issue
Block a user