Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bygui86/go-gorm

Sample project to explore gorm Golang library for SQL
https://github.com/bygui86/go-gorm

Last synced: 2 days ago
JSON representation

Sample project to explore gorm Golang library for SQL

Awesome Lists containing this project

README

        

# go-gorm

Sample project to explore gorm Golang library for SQL

## Run

### SQLite sample

```shell script
make run DB_TYPE=sqlite
```

### MySQL sample

```shell script
make run-mysql
make run DB_TYPE=mysql
```

### PostgreSQL sample

```shell script
make run-postgres
make run DB_TYPE=postgres
```

## Links

- https://gorm.io/index.html
- https://github.com/chzyer/logex