Skip to content
/ hive Public
forked from isar/hive

Lightweight and blazing fast key-value database written in pure Dart.

License

Notifications You must be signed in to change notification settings

sunderee/hive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive

This is a custom fork of the hive package. It is opinionated, and may not be production ready for everyone.

Usage

You can import hive, hive_flutter or hive_generator as Git-based dependencies:

hive:
  git:
    url: [email protected]:sunderee/hive.git
    path: ./hive
    ref: master

hive_flutter:
  git:
    url: [email protected]:sunderee/hive.git
    path: ./hive_flutter
    ref: master

hive_generator:
  git:
    url: [email protected]:sunderee/hive.git
    path: ./hive_generator
    ref: master

You don't need to provide ref, I do it as a best practice because it can be anything that Git recognizes (commit, branch name, etc.).

Contributing

If you decide to use my fork, and experience any issues with it, please feel free to open a new issue. Any sort of help is more than welcome!

About

Lightweight and blazing fast key-value database written in pure Dart.

Resources

License

Stars

Watchers

Forks

Languages

  • Dart 99.1%
  • Go 0.9%