postgres schema ts::elephant:将PostgreSQL模式转换为TypeScript 源码
后计划 将Postgres模式转换为TypeScript接口 MySQL实现: : 用法 # to infer an entire schema $ npx postgres-schema-ts postgresql://postgres@localhost:5433/db ? currentSchema=public # to infer a specific table $ npx postgres-schema-ts postgresql://postgres@localhost:5433/db ? currentSchema=public table_name 提示:您可以使用npx postgres-schema-ts > schema.ts将postgres-schema-ts的输出通过管道传输到文件中 演示版 对于以下SQL模式: CREATE TABL
用户评论