Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonguyenducmanh/json-to-postgresql-insert-script
- Owner: tonguyenducmanh
- Created: 2024-12-15T00:21:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-15T01:15:32.000Z (about 1 month ago)
- Last Synced: 2024-12-15T01:21:13.403Z (about 1 month ago)
- Topics: json, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)