add frontend frame and service logic

This commit is contained in:
2021-07-03 00:41:03 -05:00
parent 87312fbc86
commit be789ae882
49 changed files with 10019 additions and 65 deletions

View File

@ -1,19 +1,13 @@
import * as path from 'path';
import * as fs from 'fs';
import {
SystemDef,
StorageDef,
EndpointDef,
Order,
Filter,
TableDef,
ColumnDef,
BelongsToDef,
ManyToManyDef
} from '../systemGenService';
let outDir = 'test';
export function createDatabase(storageDef: StorageDef) {
let tableCreationQueries: string[] = [];
let tableDeletionQueries: string[] = [];