UNPKG
springbokjs-db
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
springbokjs databases
springbokjs.org
christophehurpeau/springbokjs-db
springbokjs-db
/
find.js
7 lines
(6 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.exports = {
QFindOne
:
require
(
'./lib/find/QFindOne'
).
QFindOne
,
QFindAll
:
require
(
'./lib/find/QFindAll'
).
QFindAll
,
QFindList
:
require
(
'./lib/find/QFindList'
).
QFindList
,
QFindValue
:
require
(
'./lib/find/QFindValue'
).
QFindValue
, };