simple-spain-town-db

0.0.1 • Public • Published

simple-spain-town-db

Comparison Query Selectors

$eq
    let results = simpleSpainTownDb.find({
        comunidad: {
            $eq: 'Andalucía'
        }
    })
        .exec()
$gt
    let results = simpleSpainTownDb.find({
        hombres: {
            $gt: 1002
        }
    })
        .exec()
$gte
$in
  • [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

Readme

Keywords

none

Package Sidebar

Install

npm i simple-spain-town-db

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • juanber84