Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danny-yamamoto/go-ent-example
Verify the increase or decrease of Active connections.
https://github.com/danny-yamamoto/go-ent-example
echo go orm postgresql
Last synced: about 1 month ago
JSON representation
Verify the increase or decrease of Active connections.
- Host: GitHub
- URL: https://github.com/danny-yamamoto/go-ent-example
- Owner: danny-yamamoto
- Created: 2023-06-24T03:18:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T02:10:08.000Z (over 1 year ago)
- Last Synced: 2024-06-20T22:45:55.855Z (7 months ago)
- Topics: echo, go, orm, postgresql
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-ent-example
Verify the increase or decrease of Active connections.## Installation
### ent
```bash
go run -mod=mod entgo.io/ent/cmd/ent new User
```### [age](https://github.com/FiloSottile/age)
```bash
age-keygen --help
``````bash
age-keygen -o keys.txt
mkdir -p $XDG_CONFIG_HOME/sops/age
mv keys.txt $XDG_CONFIG_HOME/sops/age/.
```## Reference
- [gcloud CLI をインストールする](https://cloud.google.com/sdk/docs/install?hl=ja#deb)
- [age](https://github.com/FiloSottile/age)