tekartik / sembast.dart

Simple io database
BSD 2-Clause "Simplified" License
763 stars 63 forks source link

Sembast web limitation #376

Closed ilovekimchi6 closed 3 months ago

ilovekimchi6 commented 3 months ago

Features and limitations Use int or key string only

Reading that I understand it as only two datatypes can be used on Sembast Web.

https://github.com/tekartik/sembast.dart/tree/master/sembast_web

In the readMe.

Thank you!

alextekartik commented 3 months ago

The record KEY has to be an int or a String. The VALUE can be anything (Map, List, bool, num, String, Timestamp, Blob).

ilovekimchi6 commented 3 months ago

Thank you, reading that I misunderstood!