This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
nedb
mirror of
https://github.com/seald/nedb
Watch
1
Star
0
Fork
You've already forked nedb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
The JavaScript Database, for Node.js, nw.js, electron and the browser
hacktoberfest
database
javascript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1087
Commits
4
Branches
51
Tags
5.9 MiB
Tag:
Branch:
Tree:
c9640889a0
2.x.x
feat/compaction-failure-event
feat/remove-native-modules-imports
master
v1.4.2
v1.6.0
v2.0.0
v2.0.0-0
v2.0.0-1
v2.0.0-2
v2.0.0-3
v2.0.0-4
v2.0.0-5
v2.0.1
v2.0.2
v2.0.3
v2.0.3-0
v2.0.4
v2.1.0
v2.1.0-0
v2.1.0-1
v2.1.0-2
v2.1.0-3
v2.1.0-4
v2.1.0-5
v2.1.0-test.actions.0
v2.1.0-test.actions.1
v2.2.0
v2.2.0-0
v2.2.0-1
v2.2.1
v2.2.2
v2.2.2-0
v3.0.0
v3.0.0-0
v3.0.0-1
v3.0.0-2
v3.0.0-3
v3.0.0-4
v3.0.0-5
v3.0.0-6
v3.0.0-7
v3.0.0-8
v3.0.0-9
v3.0.1-0
v3.1.0
v4.0.0
v4.0.0-0
v4.0.0-1
v4.0.1
v4.0.2
v4.0.3
v4.0.3-0
v4.0.3-1
v4.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c9640889a0'
${ noResults }
nedb
/
index.js
4 lines
73 B
Raw
Normal View
History
Unescape
Escape
standard everything except browser-version
4 years ago
const
Datastore
=
require
(
'./lib/datastore'
)
Export the object
12 years ago
standard everything except browser-version
4 years ago
module
.
exports
=
Datastore