Skip to content

Docs: adding a how-to "Configuring datasource" page #6091

@agnes512

Description

@agnes512

continuation of #6061.
Finish the page "Configuring Datasource"

Acceptance criteria

  • add contents:
  • how to configure the connector ( what properties the connector configuration
    might take
  • how type maps ("LoopBack Types" may help)
    • to database (Database Migration), e.g String -> Varchar, Boolean -> Tinyint
    • from database (Discovery), e.g Bigint -> int, Text -> String
  • how to customize table/column names
  • how to discover/migration tables/models
  • list connector specific topics, e.g transaction, objectId, and read should check the corresponding connector pages.
  • add links to connector reference
  • Move https://loopback.io/doc/en/lb4/DataSources.html#creating-a-datasource-at-runtime from "Datasource"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions