k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.4k stars 166 forks source link

How to create table from schema doc automatically #401

Closed yeongjet closed 1 year ago

yeongjet commented 1 year ago

I cloned the new project(which has full table schema doc) to local , but I don't have these tables yet,how to create them automatically.

k1LoW commented 1 year ago

Can you send me some more information? I am still trying to understand what you want.


What happened

What you expected to happened

What stack trace or error message from tbls did you see?

Anything else we need to know?

Environment

sprak3000 commented 1 year ago

@k1LoW

It sounds like they are looking for a way to use existing database documentation to generate the actual tables in their database. I don't believe tbls supports this.

k1LoW commented 1 year ago

a way to use existing database documentation to generate the actual tables in their database.

Certainly tbls does not support it.

yeongjet commented 1 year ago

@sprak3000 Yes, this is what I mean.