goqlorm

command module
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2020 License: Unlicense Imports: 12 Imported by: 0

README

Go + GraphQL + Database (ORM)

GoDoc Go Report Card

Generators that provide a GraphQL API to your database using your models defined in Go.

Creates the schema for you, sets up a GraphQL API and handles everything from getting one or many entries, creating, updating and deleting.

This makes everything really easy to use and provides a quick way to get started while still giving you control over everything.

Documentation

Overview

Example program to demonstrate the modules

Directories

Path Synopsis
Generates a GraphQL API handler for your convenience
Generates a GraphQL API handler for your convenience
Package collections contains various functions that allow you to access slice items in a functional way
Package collections contains various functions that allow you to access slice items in a functional way
Contains default context if no custom one is used
Contains default context if no custom one is used
Package database is an abstraction layer for database systems
Package database is an abstraction layer for database systems
Where all the magic happens
Where all the magic happens
Package postgres provides an adapter for the database abstraction layer so that you can access PostgreSQL databases
Package postgres provides an adapter for the database abstraction layer so that you can access PostgreSQL databases
Package reflectutil contains various utilities that are useful when working with reflection
Package reflectutil contains various utilities that are useful when working with reflection

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL