Jaguar-dart / jaguar_orm

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
https://jaguar-dart.github.io
BSD 3-Clause "New" or "Revised" License
217 stars 54 forks source link

Web DB support #191

Open jamespet77 opened 4 years ago

jamespet77 commented 4 years ago

Any plans on supporting Flutter web? Or is it already supported and I am doing something wrong?

tejainece commented 4 years ago

We need an adapter support for it. It doesn't exist today. Please feel free to contribute.

devjeff commented 4 years ago

Hey, I've seen that the development of an sqflite_web has started. Unfortunately, it's not that mature so far.

An other alternative would be to use the moor package, which already has support. You would still need to write an adapter for it. It seems to be strange to create an adapter for Moor, as it provides a complete ORM framework itself, but it should work.