isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter

APACHE-2.0 License

Stars
3.4K
Committers
70

Bot releases are hidden (Show)

isar - v4.0.0-dev.14 Latest Release

Published by simc about 1 year ago

Fix dynamic, List<dynamic> and Map<String, dynamic>

isar - v4.0.0-dev.13

Published by simc about 1 year ago

isar - v4.0.0-dev.12

Published by simc about 1 year ago

Fix previous release

isar - v4.0.0-dev.11

Published by simc about 1 year ago

  • Enabled encryption for Linux and Windows
  • Fixed rare crash when deleting objects using a query
isar - v4.0.0-dev.10

Published by simc about 1 year ago

  • the Inspector is back 🎉
  • number of isolates using Isar in parallel are unlimited now
  • the schema is exposed again
  • async operations are more performant
isar - v4.0.0-dev.10

Published by simc about 1 year ago

  • the Inspector is back 🎉
  • number of isolates using Isar in parallel are unlimited now
  • the schema is exposed again
  • async operations are more performant
isar - v4.0.0-dev9

Published by simc about 1 year ago

Significantly improved get() and getAll() performance

isar - v4.0.0-dev.8

Published by simc about 1 year ago

  • Insert performance improvements
  • Indexes are implemented
  • There is no more UniqueViolationException - instead conflicting objects are replaced automatically
  • Composite indexes now support hashing
isar - v4.0.0-dev.7

Published by simc about 1 year ago

Various fixes with Isar.openAsync()

isar - v4.0.0-dev.6

Published by simc about 1 year ago

  • more tests
  • consistent offset and limit parameters for query methods
  • small fixes
isar - v4.0.0-dev.5

Published by simc about 1 year ago

WEB SUPPORT IS BACK!!!

isar - v4.0.0-dev.4

Published by simc about 1 year ago

isar - v4.0.0-dev.3

Published by simc about 1 year ago

  • offset and limit for query watchers
  • topics in pub.dev
  • a check that prevents incorrect usage of async transactions
  • some more fixes
isar - v4.0.0-dev.2

Published by simc about 1 year ago

  • Added Isar.openAsync()
  • Removed Isar.openSQLite()
  • Added IsarEngine parameter to Isar.open()
  • Isar.get() now works for both Isar and SQLite instances
  • Fixed a few bugs
isar - v4.0.0-dev.1

Published by simc about 1 year ago

First set of fixes and improvements. Definitely recommended 😉

isar - v4.0.0-dev.0

Published by simc about 1 year ago

IT IS DONE 🎉

isar - v4.0.0-dev.0

Published by simc about 1 year ago

IT IS DONE 🎉

isar - v3.1.0+1

Published by simc over 1 year ago

Fixed error building MacOS library

isar - v3.1.0

Published by simc over 1 year ago

Some long awaited stability improvements. To my knowledge, all the major issue should be fixed with this release.

isar - v3.0.5

Published by simc almost 2 years ago

Fixed issue during initialization and problem on older Android phones.