EasyData
EasyData copied to clipboard
MongoDb support
Let consider adding mongo db support.
Also I think it worth to move an object editor's UI and logic to another package to get ability to use it separately. Like just by giving a model instance for edition.
And thank you for a great library!
We will definitely consider a possibility to add MongoDB support.
As for different packages. The parts you mentioned already are in different packages now. We have:
- @easydata/core - contain meta-data classes (Metadata, MetaEntity, MetaEntityAttr, etc) and data-management structures (DataTable, DataColumn, DataRow, etc) and different utility classes and functions.
- @easyquery/ui - contains UI widgets: grid, dialogs, date-time picker
- @easyquery/crud - covers all functionality for CRUD form rendering (based on classes and functions from the previous 2 packages) and communication with the server-side part.