gitextract_tv4k2ze4/ ├── .github/ │ └── workflows/ │ ├── main.yml │ └── publish.yml ├── .gitignore ├── .npmignore ├── .yarnrc.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── bin/ │ ├── schemats-mysql.ts │ ├── schemats-postgres.ts │ └── schemats.ts ├── example/ │ ├── create-db.ts │ ├── db-custom-types.ts │ ├── db-types.ts │ └── schema.sql ├── package.json ├── src/ │ ├── config.ts │ ├── generator.ts │ ├── schema-interfaces.ts │ ├── schema-mysql.ts │ └── schema-postgres.ts └── tsconfig.json