localbase icon indicating copy to clipboard operation
localbase copied to clipboard

A Firebase-Style Database ... Offline!

Results 62 localbase issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Would be great to be able to add in batch to the DB

May I kindly ask you to add a license for this project? Without a license, the rights are not clear and localbase is from a legal perspective, not allowed to...

There's an issue when collection does not have a property when performing orderBy. For example: Let's say you store multiple entities... as cats. 1. {name: "socks", born: "2001"} 2. {name:...

Hi, I am getting familiar with localforage, but once I discovered your version, I immediately loved it... Awesome work! Now, the only missing ingredient in my opinion would be to...

Hello, The titles is pretty self explanatory. I want to give LocalBase a try since Dexie seems a bit odd. But Quasar Framework is strongly advocating the user of yarn...

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Hello, I just want to know if it's possible to delete a document by it's index . I couldn't find any information about that in the docs.

I using localbase in a off-line project, and I have a question. Is It possible link a data in a collection with data in another collection?