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.
278
Commits
4
Branches
51
Tags
5.9 MiB
Tag:
Branch:
Tree:
2131f7cb68
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 '2131f7cb68'
${ noResults }
nedb
/
testMultipleTimes.sh
8 lines
78 B
Raw
Normal View
History
Unescape
Escape
Can test the code multiple times
12 years ago
#!/usr/bin/env bash
After an update, the same pointers are shared
12 years ago
set
-e
Can test the code multiple times
12 years ago
for
i in
$(
eval
echo
{
1..
$1
}
)
do
make
test
done