sqlbrite

🌼 RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations. https://pub.dev/packages/sqlbrite

MIT License

Stars
28
Committers
4
sqlbrite - 2.8.0 - Aug 13, 2024 Latest Release

Published by hoc081098 2 months ago

https://pub.dev/packages/sqlbrite/versions/2.8.0

  • Update rxdart_ext: ^0.3.0 (~ rxdart: ^0.28.0).

What's Changed

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.7.0...2.8.0

sqlbrite - 2.7.0 - Mar 6, 2024

Published by hoc081098 8 months ago

https://pub.dev/packages/sqlbrite/versions/2.7.0

  • Update dependencies: sqflite: ^2.3.2 (implements Database.readTransaction method).
  • Update Dart SDK constraint to '>=3.0.0 <4.0.0', and Flutter constraint to '>=3.10.0'.

What's Changed

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.6.0...2.7.0

sqlbrite - 2.6.0 - Jan 28, 2023

Published by hoc081098 over 1 year ago

https://pub.dev/packages/sqlbrite/versions/2.6.0

  • Update dependencies: sqflite: ^2.2.4. Because sqflite does not follow semantic versioning, this is a breaking change.

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.5.1...2.6.0

sqlbrite - 2.5.1 - Jan 25, 2023

Published by hoc081098 over 1 year ago

https://pub.dev/packages/sqlbrite/versions/2.5.1

  • Update dependencies
    • sqflite: ^2.2.3 (implements Batch.length).

What's Changed

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.5.0...2.5.1

sqlbrite - 2.5.0 - Nov 2, 2022

Published by hoc081098 almost 2 years ago

https://pub.dev/packages/sqlbrite/versions/2.5.0

  • Update dependencies
    • sqflite: ^2.2.0+3 (implements Database.queryCursor() and Database.rawQueryCursor()).

What's Changed

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.4.0...2.5.0

sqlbrite - 2.4.0 - Oct 1, 2022

Published by hoc081098 about 2 years ago

https://pub.dev/packages/sqlbrite/versions/2.4.0

  • Update dependencies

    • sqflite: ^2.1.0.
  • Update Dart SDK constraint to '>=2.18.0 <3.0.0' and Flutter constraint to '>=3.3.0'.


What's Changed

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.3.0...2.4.0

sqlbrite - 2.3.0 - Jul 31, 2022

Published by hoc081098 about 2 years ago

https://pub.dev/packages/sqlbrite/versions/2.3.0

  • Update dependencies

    • rxdart_ext: ^0.2.5 (~ rxdart: ^0.27.5).
    • sqflite: ^2.0.3.
  • Update Dart SDK constraint to '>=2.16.0 <3.0.0' and Flutter constraint to '>=3.0.0'.


What's Changed

Full Changelog: https://github.com/hoc081098/sqlbrite/compare/2.2.0...2.3.0

sqlbrite - 2.2.0 - Sep 22, 2021

Published by hoc081098 about 3 years ago

https://pub.dev/packages/sqlbrite/versions/2.2.0

  • Update dependencies

    • rxdart_ext to 0.1.2
    • sqflite to 2.0.0+4
    • meta to 1.7.0
    • rxdart to 0.27.2
  • Change sdk constraint >=2.14.0 <3.0.0 and flutter constraint >=2.5.0.

  • Migrated from pedantic to flutter_lints.

  • Updated example.

sqlbrite - 2.1.0 - May 13, 2021

Published by hoc081098 over 3 years ago

sqlbrite - 2.0.0 - Apr 01, 2021

Published by hoc081098 over 3 years ago

  • Stable release for null safety.
sqlbrite - 2.0.0-nullsafety.0 - Feb 28, 2021

Published by hoc081098 over 3 years ago

  • Breaking
    • Opt into nullsafety.
    • Set Dart SDK constraints to >=2.12.0-0 <3.0.0.
    • mapToOne now emits a StateError when result sets has 0 rows.
    • BriteDatabase constructor now accepts BriteDatabaseLogger? logger instead of bool isLoggerEnabled.
sqlbrite - 1.4.0 - July 6, 2020

Published by hoc081098 over 4 years ago

  • Breaking change: returned stream is a single-subscription stream.
  • Allow disable/enable logger (via _isLoggerEnabled optional parameter in BriteDatabase constructor).
sqlbrite - 1.3.0 - Apr 29, 2020

Published by hoc081098 over 4 years ago

1.3.0 - Apr 29, 2020

  • Breaking change: support for rxdart 0.24.x.
  • Breaking change: support for sqflite 1.3.x
  • Now, returned query stream is a broadcast stream.
  • Internal implementation refactor.
sqlbrite - 1.2.0 - Feb 04, 2020

Published by hoc081098 over 4 years ago

1.2.0 - Feb 04, 2020

  • Update dependencies: rxdart, sqflite.

  • Add more documents for public API.

  • Fix some bugs.

  • Upgrade dart minsdk to 2.6.0 with extension method feature.

  • Refactor internal implementations.

sqlbrite - 1.1.0

Published by hoc081098 over 5 years ago