ForerunnerDB
59 posts

ForerunnerDB
@ForerunnerDB
NoSQL Mongo-like Queries in your Browser! CRUD data client-side like a ninja! Give it a go at http://t.co/B7Rt6HVld0
Katılım Eylül 2014
200 Takip Edilen298 Takipçiler

ForerunnerDB over 100k downloads a month, ranks top 1% of npm! Thaks for all your support! ow.ly/Ttvk301r20w

English

Thinking about buying a Tesla? I have codes for £750 / $1,000 off your order. Use this link: ts.la/rob4462

English

ForerunnerDB just got geospatial query support. Find docs with geospatial relativity to central point by long/lat: ow.ly/YYvfu
English

@luferogo There is a folder in the repo called doc. You can find all the info you need in /doc/index.html
English

ForerunnerDB's Chrome Dev Tools Extension now available on Chrome Web Store: chrome.google.com/webstore/detai…
English

@alsciende That is a very good idea... it's on the roadmap from now! Thanks.
English

New trigger support for before and after phase of inserts and updates is now working nicely in dev build of #ForerunnerDB :)
English

@alsciende Yes, the primary key can be a string. In fact that is the default for ids that the DB generates itself.
English

@alsciende OK added new planned enhancement: github.com/Irrelon/Foreru…
English

@alsciende That would be quick and easy to implement. Just won't work for hash-map indexes but that is ok. I'll add it to the to-do!
English

@alsciende Yeah it sucks we have to wait :( but fallback would produce inconsistency in results between browsers... ok for app code though
English

@alsciende but it could take an optional argument if you knew your target browser.
English

@alsciende That said we use localeCompare when doing string comparison and again only some browsers support options for sensitivity on that
English

@alsciende and not sure but think that sort of thing would impact index performance as well.
English

@alsciende Ahh see what you mean Intl.Collator is not supported by most browsers yet (see mobile support) so can't use that at the moment...
English

@alsciende ForerunnerDB is pretty agnostic about the data you give it. Is there a specific l18n use you wanted to know about?
English