Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)