You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for loading initial data from .data.yml files
Introduces the ability to load and initialize object data from .data.yml files in the project structure. The ObjectQL core now loads these files during configuration, attaches the data to object configs, and provides an init() method to insert initial records if they do not already exist. The Express example server is updated to use this mechanism for seeding data, and the ObjectConfig interface is extended to support a data property.
0 commit comments