Skip to content

Additional Database Support - Support More DB Dielcts (mysql) #21

@Yedidyar

Description

@Yedidyar

e.g

import { KnexDataProvider } from "remult/remult-knex";

export async function getEntityTypescriptFromSqlServer(db: KnexDataProvider, table: string) {
    let cols = '';
    let props = [];
    props.push("allowApiCrud: true");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions