Home Reference Source Repository

Variable

Static Public Summary
public
public
public
public
public
public
public
public
public
public
public
public
public
public

Copyright 2015 Oursky Ltd.

public
public
public
public
public
public
public
public
public
public
public

pool: *

Database connection pool of the Skygear PostgreSQL database.

public

Copyright 2015 Oursky Ltd.

public

Static Public

public AccessKeyNotAccepted: number source

import {AccessKeyNotAccepted} from 'skygear/lib/error.js'

public AccessLevel: * source

import {AccessLevel} from 'skygear/lib/acl.js'

public AccessTokenNotAccepted: number source

import {AccessTokenNotAccepted} from 'skygear/lib/error.js'

public AtomicOperationFailure: number source

import {AtomicOperationFailure} from 'skygear/lib/error.js'

public BadRequest: number source

import {BadRequest} from 'skygear/lib/error.js'

public ConstraintViolated: number source

import {ConstraintViolated} from 'skygear/lib/error.js'

public Duplicated: number source

import {Duplicated} from 'skygear/lib/error.js'

public IncompatibleSchema: number source

import {IncompatibleSchema} from 'skygear/lib/error.js'

public InvalidArgument: number source

import {InvalidArgument} from 'skygear/lib/error.js'

public InvalidCredentials: number source

import {InvalidCredentials} from 'skygear/lib/error.js'

public InvalidSignature: number source

import {InvalidSignature} from 'skygear/lib/error.js'

public Inward: string source

import {Inward} from 'skygear/lib/relation.js'

public Mutual: string source

import {Mutual} from 'skygear/lib/relation.js'

public NotAuthenticated: number source

import {NotAuthenticated} from 'skygear/lib/error.js'

Copyright 2015 Oursky Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

public NotImplemented: number source

import {NotImplemented} from 'skygear/lib/error.js'

public NotSupported: number source

import {NotSupported} from 'skygear/lib/error.js'

public Outward: string source

import {Outward} from 'skygear/lib/relation.js'

public PartialOperationFailure: number source

import {PartialOperationFailure} from 'skygear/lib/error.js'

public PermissionDenied: number source

import {PermissionDenied} from 'skygear/lib/error.js'

public PluginTimeout: number source

import {PluginTimeout} from 'skygear/lib/error.js'

public PluginUnavailable: number source

import {PluginUnavailable} from 'skygear/lib/error.js'

public RecordQueryInvalid: number source

import {RecordQueryInvalid} from 'skygear/lib/error.js'

public ResourceNotFound: number source

import {ResourceNotFound} from 'skygear/lib/error.js'

public UndefinedOperation: number source

import {UndefinedOperation} from 'skygear/lib/error.js'

public pool: * source

import {pool} from 'skygear/lib/cloud/pg.js'

Database connection pool of the Skygear PostgreSQL database. The database connection is automatically configured by environment variable and is ready to make connection by calling the connect function. See node-postgres documentation for usage.

See:

public settings: * source

import {settings} from 'skygear/lib/cloud/settings.js'

Copyright 2015 Oursky Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

public transport: HTTPTransport source

import transport from 'skygear/lib/cloud/transport/http.js'