https://github.com/hogwai/spring-boot-postgresql-copy
Several ways to leverage the COPY command of PostgreSQL (WIP)
https://github.com/hogwai/spring-boot-postgresql-copy
copy-command java-25 pgbulkinsert postgresql springboot sql
Last synced: 3 months ago
JSON representation
Several ways to leverage the COPY command of PostgreSQL (WIP)
- Host: GitHub
- URL: https://github.com/hogwai/spring-boot-postgresql-copy
- Owner: Hogwai
- License: mit
- Created: 2025-10-04T03:05:25.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-10-05T23:22:26.000Z (3 months ago)
- Last Synced: 2025-10-06T01:13:50.895Z (3 months ago)
- Topics: copy-command, java-25, pgbulkinsert, postgresql, springboot, sql
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using the COPY command with Sprint Boot
This repository shows to leverage the COPY command with Spring Boot