ncore

package module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

README

ghttps://github.com/neuronlabs/neuron

Neuron is the golang cloud-native, distributed ORM implementation.

What is Neuron?

Install

go get -u github.com/neuronlabs/neuron

Docs

Neuron: https://neuronlabs.github.io/neuron Addons and Repositories: https://neuronlabs.github.io/

Quickstart

Design

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Controller

func Controller(cfg *config.Controller) (*controller.Controller, error)

Controller creates new controller for provided 'cfg' config.

func Query

func Query(model interface{}) (*query.Scope, error)

Query creates new query scope for the provided 'model' using the default controller.

func QueryC

func QueryC(c *controller.Controller, model interface{}) (*query.Scope, error)

QueryC creates new query scope for the provided 'model' and controller 'c'.

Types

This section is empty.

Jump to

Keyboard shortcuts

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