Replies: 1 comment 1 reply
-
My goal in creating this package is to present data in a universal file format with minimal size (e.g. CSV) without relying on a single database type, either relational or non-relational (see Motivation). For ease of use, this package provides an API to convert the data from CSV into JavaScript objects (see Methods). So you don't need to convert them manually if you're working on a Node.js project (that using Node.js package manager like
Unless you're working on a project that doesn't use Node.js or uses another programming language, then you'll need to download the data from |
Beta Was this translation helpful? Give feedback.
-
Halo,
Sebelumnya terimakasih telah membuat projek yang sangat bagus seperti ini, sangat berguna sekali diprojekan saya.
Tapi disisi lain, menurut saya ada yang kurang diprojek ini, yaitu file SQL untuk programmer yang masih berkutat dibidang RDBMS seperti saya ini.
Dengan tersedianya file SQL, programmer tidak perlu repot-repot lagi untuk mengubah dari CSV ke SQL atau melakukan pembuatan table wilayah lalu import csvnya.
Apa mas @fityannugroho berkenan kalau saya open PR untuk menambahkan file SQL tersebut?
Terimakasih ☕️
Beta Was this translation helpful? Give feedback.
All reactions