Skip to content

dartsome/redstone_database_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redstone_database_plugin

Build Status Pub version

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.