Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for entity schema #70

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

elfacu0
Copy link

@elfacu0 elfacu0 commented Jul 19, 2024

Summary

This pull request introduces updates to add support for EntitySchema within the project.
These updates improve the flexibility and functionality of AdminJS integration, allowing for more comprehensive resource support.

Details

  • Allow Resources to Use EntitySchema and BaseEntity
  • Update Example App: Refactored the example application to use the latest AdminJS version and ES modules
  • Update the tests to cover the new functionality
  • Demonstrate EntitySchema Usage in the example app

Usage

Entity schemas can be utilized by passing them as an object that includes the schema and the DataSource already initialized.

new AdminJS({
  resources: [
    {
      schema: SomeSchema,
      dataSource,
    },
  ],
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant