Skip to content

Support to add Your Own DB #100

Discussion options

You must be logged in to vote

Hello @vinaayakha,

Thank you for your message ! I am going to answer each topic individually:

  • Name routes
    Routes are based upon entity slugs, that you can edit in the entity files passing entity params to the @Entity() decorator. Ex:
@Entity({
   slug: "my-custom-slug"
})

By default, the slug in the "pluralized" name of the entity class name (REST convention)

  • Import DB
    Not implemented. It is kind of harsh as every DB has its own specs. CASE uses TypeORM and someone made a package for this (not tested). The result should be close to what we have in CASE

  • Visual structure editing
    This feature is not planned to be implemented in the future. CASE's approach is "pro-code", which gives adv…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brunobuddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants