nitrite_spatial 1.1.0 copy "nitrite_spatial: ^1.1.0" to clipboard
nitrite_spatial: ^1.1.0 copied to clipboard

Nitrite Spatial module provides support for spatial queries. The module uses JTS port of the dart package dart_jts for spatial operations.

Nitrite Spatial #

Nitrite Spatial is a spatial indexing and search module for Nitrite database. It uses JTS Topology Suite port of the dart package dart_jts for spatial indexing and search.

Getting started #

To use Nitrite Spatial, add the following dependency in your project:

dart pub add nitrite_spatial

Usage #

To use Nitrite Spatial, you need to create a SpatialModule and pass it to Nitrite builder.

// create a spatial module
var spatialModule = SpatialModule();

// initialization using builder
var db = await Nitrite.builder()
    .loadModule(spatialModule)
    .openOrCreate(username: 'user', password: 'pass123');

Additional information #

For additional information visit the Spatial module documentation.

0
likes
160
points
27
downloads

Documentation

API reference

Publisher

verified publisherdizitart.com

Weekly Downloads

Nitrite Spatial module provides support for spatial queries. The module uses JTS port of the dart package dart_jts for spatial operations.

Homepage
Repository (GitHub)
View/report issues
Contributing

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (license)

Dependencies

dart_jts, hive, nitrite

More

Packages that depend on nitrite_spatial