auto-complete, error checking और performance tuning को अपने-आप करने वाली TypeORM helper library
(github.com)यह TypeORM के लिए एक helper है.
query लिखते समय
-
compile स्तर पर error detection
-
auto-complete उपलब्ध
-
type hint support
संभव है, और
-
App-Join सुविधाजनक है
-
SELECT के समय JSON type inference
-
SELECT / INSERT के समय performance tuning
भी होती है.
1 टिप्पणियां
व्यक्तिगत रूप से, इन दिनों DB से जुड़ी लाइब्रेरीज़ में मेरी नज़र EdgeDB पर जा रही है.
यह आसान और सुरक्षित लगती है.
https://hi.news.hada.io/topic?id=4602
निर्माता के अनुसार
https://gall.dcinside.com/mgallery/board/view/?id=github&no=25040
इन्फरेंस से संबंधित
https://github.com/samchon/safe-typeorm/…
app join
https://github.com/samchon/safe-typeorm/…
TMP
https://github.com/samchon/safe-typeorm/…
की तरह बनाया गया है.