File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Client } from 'pg';
44import EventEmitter from 'events' ;
55import { objType } from 'tiny-essentials' ;
66
7- import TinySqlQuery from './query ' ;
7+ import TinySqlQuery from './TinySqlQuery ' ;
88
99/**
1010 * TinySQL is a wrapper for basic SQL operations on a local storage abstraction.
Original file line number Diff line number Diff line change 11import { Client } from 'pg' ;
22import { objType } from 'tiny-essentials' ;
3- import TinySqlTags from './tag ' ;
3+ import TinySqlTags from './TinySqlTags ' ;
44
55const clientBase = new Client ( ) ;
66
File renamed without changes.
Original file line number Diff line number Diff line change 1- import TinySQL from './base ' ;
2- import TinySqlQuery from './query ' ;
3- import TinySqlTags from './tag ' ;
1+ import TinySQL from './TinySQL ' ;
2+ import TinySqlQuery from './TinySqlQuery ' ;
3+ import TinySqlTags from './TinySqlTags ' ;
44
55export { TinySqlQuery , TinySqlTags } ;
66
You can’t perform that action at this time.
0 commit comments