Kanel - PostgreSQL से TypeScript types जनरेट करना
(github.com/kristiandupont)- चल रही PostgreSQL DB से schema पढ़कर types जनरेट करने वाला Reverse ORM जैसा टूल
- उन लोगों के लिए जो ORM पसंद नहीं करते, लेकिन database access code के लिए IntelliSense और type checking चाहते हैं
- सिर्फ Postgres connection जानकारी और DB देने पर काम करता है
$ npx kanel -d postgresql://localhost:5432/acme -o ./src/models
अभी कोई टिप्पणी नहीं है.