# dscape-mind-explosion-database **Repository Path**: mirrors_mikeal/dscape-mind-explosion-database ## Basic Information - **Project Name**: dscape-mind-explosion-database - **Description**: DATABASE FOR DSCAPE TO TEACH CHILDREN! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` ideally i would want range(function (doc) { return 'athlete:u17:w:100dash' }, {type: 'string', collation: 'base'}) and then just query that by whatever i called it :) yeah, you could have that, but better range.query('athlete:u17:w:100dash') // sorted list, accounting for dups dude, use arrays :) seriously, you're going to get them stuck in string slice hell is there anything like this? it's like 10 lines of code lemme write this for you real quick i can see that - you are right i just want them to understand what they are programing ``` ```javascript var index = require('./')('./testindex') , assert = require('assert') ; index.put(['name', 0], 1, function (e) { if (e) throw e index.put(['name', 1, 8], 1, function (e) { if (e) throw e index.query(['name'], [{}], function (e, results) { if (e) throw e assert.equal(2, results.length) console.log('works!') process.exit() }) }) }) ```