nitrite_support library
This library contains various support classes for Nitrite database in Flutter.
Classes
-
Converter<
T> -
An abstract class representing a converter that can convert objects of
type
T
to another type. - Exporter
- The Exporter class provides methods to export Nitrite database data to a file in JSON format.
- Importer
- The Importer class provides methods to import data from a file or stream into Nitrite database.
- StringFieldEncryptionProcessor
- A processor class which is responsible for encrypting and decrypting string fields in a Nitrite database document.
Typedefs
-
NitriteFactory
= Future<
Nitrite> Function() -
A function for creating a
Nitrite
instance.