rel

(★ 786)

:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API

  • .codeclimate.yml
  • .deepsource.toml
  • .gitignore
  • .goreleaser.yml
  • adapter.go
  • adapter_test.go
  • any_notgo1.18.go
  • any_notgo1.18_test.go
  • association.go
  • association_meta.go
  • association_test.go
  • changeset.go
  • changeset_test.go
  • collection.go
  • collection_test.go
  • column.go
  • column_test.go
  • context_wrapper.go
  • context_wrapper_test.go
  • CONTRIBUTING.md
  • convert.go
  • convert_test.go
  • cursor.go
  • cursor_test.go
  • document.go
  • document_meta.go
  • document_meta_test.go
  • document_test.go
  • entity_iterator_go.1.18.go
  • entity_iterator_go1.18_test.go
  • entity_repository_go1.18.go
  • entity_repository_go1.18_test.go
  • errors.go
  • errors_test.go
  • filter_query.go
  • filter_query_test.go
  • force_cascade.go
  • go.mod
  • go.sum
  • group_query.go
  • group_query_test.go
  • index.go
  • index_test.go
  • instrumentation.go
  • instrumentation_test.go
  • iterator.go
  • iterator_test.go
  • join_query.go
  • join_query_test.go
  • key.go
  • key_test.go
  • LICENSE
  • map.go
  • map_test.go
  • mutation.go
  • mutation_test.go
  • nullable.go
  • nullable_test.go
  • on_conflict.go
  • on_conflict_test.go
  • query.go
  • query_test.go
  • README.md
  • rel.go
  • rel_test.go
  • repository.go
  • repository_test.go
  • schema.go
  • schema_options.go
  • schema_test.go
  • select_query.go
  • select_query_test.go
  • sort_query.go
  • sort_query_test.go
  • sql_query.go
  • sql_query_test.go
  • structset.go
  • structset_test.go
  • sub_query.go
  • sub_query_test.go
  • table.go
  • table_test.go
  • util.go
  • util_test.go

🚀 설치 가이드

1. 코드 내려받기
git clone https://github.com/go-rel/rel

깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.

cd rel

방금 내려받은 프로젝트 폴더 안으로 이동합니다.

2. Go

보통 추천
사전 준비물
  • Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
  • Go Go 언어 컴파일러 및 도구 모음입니다.
go build ./...

Go 프로그램을 컴파일해 실행 파일을 만듭니다.

go run .

따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.

빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
// repository documentation