geiger_localstorage 0.5.1 copy "geiger_localstorage: ^0.5.1" to clipboard
geiger_localstorage: ^0.5.1 copied to clipboard

outdated

A local storage for the GEIGER project providing an internationalized and event driven data storage.

GEIGER local Storage implementation #

This repository contains the implementation for the local storage used in the GEIGER project in dart.

GEIGER Project #

The GEIGER project aims to create a solution for small businesses to protect themselves against cyber threats by constructing an application that calculates a threat score of the current device.

More information can be found under https://project.cyber-geiger.eu/

For Java developers #

We will provide an interoperating java bridge ASAP

Quick start #

Create an ephemeral storage with a controller for testing puposes #

StorageController controller = GenericController('theOwner',DummyMapper());

Create a persistent storage with a controller #

StorageController controller = GenericController('theOwner',SqliteMapper('./dbFileName.sqlite'));
5
likes
0
points
97
downloads

Publisher

verified publishercyber-geiger.eu

Weekly Downloads

A local storage for the GEIGER project providing an internationalized and event driven data storage.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

intl, sqlite3, uuid

More

Packages that depend on geiger_localstorage