simple-spain-town-db
v0.0.1
Published
### Comparison Query Selectors
Readme
simple-spain-town-db
Comparison Query Selectors
let results = simpleSpainTownDb.find({
comunidad: {
$eq: 'Andalucía'
}
})
.exec() let results = simpleSpainTownDb.find({
hombres: {
$gt: 1002
}
})
.exec()- [x] $lt
- [x] $lte
- [x] $ne
- [x] $nin
Logical Query Selectors
- [] $and
- [] $not
- [] $nor
- [] $or
Geospatial Query Operators
- [x] $near
Evaluation Query Operators
- [x] $regex
