https://github.com/worldline-go/saz
Structured Access Zone
https://github.com/worldline-go/saz
database golang transfer
Last synced: about 2 months ago
JSON representation
Structured Access Zone
- Host: GitHub
- URL: https://github.com/worldline-go/saz
- Owner: worldline-go
- License: mit
- Created: 2025-07-25T21:27:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T01:31:29.000Z (11 months ago)
- Last Synced: 2025-08-29T05:55:44.429Z (10 months ago)
- Topics: database, golang, transfer
- Language: Go
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Structured Access Zone (saz)

[](https://raw.githubusercontent.com/worldline-go/saz/main/LICENSE)
[](https://sonarcloud.io/summary/overall?id=worldline-go_saz)
[](https://github.com/worldline-go/saz/actions)
Helps to transfer data from one database to another database and play queries🎶.
__-__ Postgres(`pgx`), Oracle(`godror`), SQLite3(`sqlite3`), MSSQL(`sqlserver`), MySQL(`mysql`) supported
__-__ UI for query writing
__-__ Flexible data mapping
__-__ Fast transfer with batch processing
__-__ Plectrum of data
# Usage
Quick start with creating postgresql and run service.
```sh
# create postgresql
make env
# run service
make run
```
Open [http://localhost:8080](http://localhost:8080) to access the service and start writing queries.