isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
3.95k stars 392 forks source link

Hive for server development #766

Open medz opened 2 years ago

medz commented 2 years ago

I am thinking about how to use Hive for back-end server development to replace the database, because Hive conforms to the simple NoSQL database standard.

jmshrv commented 2 years ago

Hive can be used in regular Dart projects with Hive.init(), it should be pretty easy much the same as Flutter at that point.