Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
add setSelectLimit to index export
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Feb 16, 2021
1 parent 2d565d1 commit 20a1952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import * as db from 'sqlectron-db-core';
import { setLogger } from 'sqlectron-db-core/logger';
import * as config from './config';
import * as servers from './servers';
import { setSelectLimit } from './limit';

export {
config,
servers,
db,
setLogger,
setSelectLimit,
};

0 comments on commit 20a1952

Please sign in to comment.