Importer class
The Importer class provides methods to import data from a file or stream into Nitrite database.
Constructors
- Importer.withOptions({required NitriteFactory dbFactory})
-
Creates a new Importer instance with the given options.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
importFrom(
String path) → Future< void> -
Imports data from the given
path
into the Nitrite database. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerConverter(
Converter converter) → void - The function "registerConverter" is used to register a binary converter.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited