datastore

package
v0.0.0-...-ba7cdbd Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2014 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package datastore implements an App Engine datastore driver the Gondola's ORM.

This package is only available when building your application using the App Engine Go SDK. To enable the driver, import its package:

import (
    _ "gnd.la/orm/driver/datastore"
)

The URL format for this package is:

datastore://

No driver specific options are supported.

Some caveats your need to be aware of:

  • The datastore driver does not support OR nor NEQ queries.
  • The datastore driver is not relational (no support for foreign keys nor JOINs).
  • While auto_increment its supported, the numeric IDs won't be sequential, only strictly increasing (i.e. IDs will always increase, but there might be gaps between them).

Jump to

Keyboard shortcuts

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