https://github.com/a8m/ent-sync-example
The code for https://entgo.io/blog/2021/11/1/sync-objects-in-external-database
https://github.com/a8m/ent-sync-example
Last synced: about 1 month ago
JSON representation
The code for https://entgo.io/blog/2021/11/1/sync-objects-in-external-database
- Host: GitHub
- URL: https://github.com/a8m/ent-sync-example
- Owner: a8m
- License: apache-2.0
- Created: 2021-11-01T10:10:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T10:10:19.000Z (over 4 years ago)
- Last Synced: 2025-03-21T05:45:10.439Z (about 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ent-sync-example
The code for https://entgo.io/blog/2021/11/1/sync-objects-in-external-database
## Installation
```shell
git clone git@github.com:a8m/ent-sync-example.git
cd ent-sync-example
go test
```
## Report Issues / Proposals
The issue tracker for this repository is located at [ent/ent](https://github.com/ent/ent/issues).
## Join the ent Community
In order to contribute to `ent`, see the [CONTRIBUTING](https://github.com/ent/ent/blob/master/CONTRIBUTING.md) file for how to go get started.
If your company or your product is using `ent`, please let us know by adding yourself to the [ent users page](https://github.com/ent/ent/wiki/ent-users).
## License
This project is licensed under Apache 2.0 as found in the [LICENSE file](LICENSE).