fhir_db 0.11.0-dev5 fhir_db: ^0.11.0-dev5 copied to clipboard
A wrapper for Sembast and SQFlite to enable easy, local and secure storage of fhir resources
fhir_db #
[0.11.0-dev5] #
- fixed search (Thanks to the PR from nikolaydymura)
[0.11.0-4] #
- Updated Dependencies
- Simplifed the number files (merged FhirDbDao and FhirDb - I think most people want to make their own interface classes)
[0.11.0-3] #
- Trying to score more pub points
[0.11.0-2] #
- Updated dependencies
[0.11.0-1] #
- Major changes, including breaking changes
- Changed to use Hive instead of Sembast/SQLFlite
- Similar methods and setup, but not identical
- Updated dependencies
[0.9.5] #
- Updated dependencies
[0.9.4] #
- Updated dependencies
- Updated to fhir 0.9.4
- Updated to Dart 2.19.0
[0.9.3] #
- updated dependencies
- Accepted PR from Aliaksei to ensure that when the db is updated to a different password (and the file is copied over temporarily), we await it, or else it fails sometimes
[0.9.2] #
- updated dependencies
[0.9.1] #
- updated dependencies
[0.9.0] #
- updated dependencies
- FHIR 0.9.0
[0.8.0] #
- updated dependencies
- FHIR 0.8.0
- Dart 2.17.0 & Flutter 3.0
[0.6.1] #
- updated dependencies (includin fhir 0.6.2)
- the resourceTypeString is now a getter, not a function
- sorting imports
[0.6.0] #
- Updated dependencies
- Updating to 0.6.0
[0.5.0-6] #
- Updated dependencies
[0.5.0-5] #
- Added an example
[0.5.0-4] #
- I forgot to update something in the fhir package
[0.5.0-3] #
-
Updated dependencies
-
Change the functions for new versions & new IDs
[0.5.0-2] #
- Updating to Dart 2.14.0
- Removed api files from repository
[0.5.0-1] #
- Updating dependencies
- I think Luca added some changes too, but I can't remember what they are now (it's what happens when I wait too long to commit)
[0.4.4] #
- Failed to properly commit changes in 0.4.3
[0.4.3] #
- Thanks to Luca for these updates!
- Can now close the DB, delete the DB file, and sets completer to null (since the database method relies on this to be null to open a new database)
- Using fhir_db as local cache (updating resources but not increasing version #)
- Pass the mode to the ResourceDAO, so new cache related features can be introduced in the future, without changing the API of the existing methods (or without having to introduce a twin method for each operation).
I intentionally made the field optional to avoid breaking changes and bother existing users.
[0.4.2] #
- Updating dependencies
[0.4.1] #
- Trying to improve comments
[0.4.0] #
- Stable null safety!
[0.3.0-nullsafety.1] #
- Updated dependencies
- Moved to dart 2.12.1 - stable channel
[0.3.0-nullsafety.0] #
- Null safety!
- Should be completely ready for null safety
- Finally got around to updating this package
- Should generally work the same as previously, you'll just need to follow null safety requirements
[0.2.4] #
- Updated Dependencies for base FHIR package new Date functionality
[0.2.1] #
- Updated Dependencies
[0.2.0] #
- Adjusted the way I change passwords
- Created tests to ensure proper functioning
- Upgraded dependencies
[0.1.2] #
- Added FHIR® to the Readme because we have official permission from HL7 and Graham Grieve!
[0.1.1] #
- Testing app was moved into example folder, because it provides a good example, and because I want my pub points!
[0.1.0] #
- To keep in line with the save FHIR package version
- updateVersion() function added to FHIR package, removed from this one
- added more comments
[0.0.4] #
- Made a general export file
[0.0.3] #
- Added a general store to allow the storage of generic maps in DB as well as FHIR resources
[0.0.2] #
- Made changes to links in readme
- Updated dependencies
- Added documentation
[0.0.1] #
- Created 2020-10-16
- Wrapper for Sembast_SQFLite allowing easy, secure, encrypted storage of FHIR resources