Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonguyenducmanh/json-to-postgresql-insert-script

build script insert dữ liệu vào postgresql từ json text
https://github.com/tonguyenducmanh/json-to-postgresql-insert-script

json nodejs postgresql

Last synced: 28 days ago
JSON representation

build script insert dữ liệu vào postgresql từ json text

Awesome Lists containing this project

README

        

# project convert dữ liệu json thành câu lệnh insert vào database postgresql

ví dụ input đầu vào ( có thể là 1 object hoặc 1 mảng object)

![input](images/input.png)

kết quả trả về

![output](images/output.png)

tên bảng và khóa chính sẽ được cấu hình ở file dưới

![config](images/config.png)