redstone_database_plugin 0.4.0 redstone_database_plugin: ^0.4.0 copied to clipboard
Redstone plugin for serialization and database access
redstone_database_plugin #
redstone_database_plugin is a fork of redstone_mapper.
redstone_database_plugin is a set of utilities for handling common tasks including:
- Encoding and decoding of objects with serializer.
- Database connection management.
- Encoding and decoding of objects to the database.
See examples/server_example.dart
for usage.