gahabeen / biota

A simple database framework for Fauna
https://gahabeen.github.io/biota
MIT License
54 stars 2 forks source link

Deduplicate the code from factory.document for user/session/action #50

Open gahabeen opened 4 years ago

gahabeen commented 4 years ago

Proxy the factory methods in the framework instead of adding spreading them in the factory. It should reduce unecessary code.

Still, the current state is stable and shouldn't change anything really.