UNPKG

@athenna/database

Version:

The Athenna database handler for SQL/NoSQL.

14 lines (13 loc) 534 B
/** * @athenna/database * * (c) João Lenon <lenon@athenna.io> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export declare const COLUMNS_KEY = "database:columns:options"; export declare const HAS_ONE_KEY = "database:hasOne:options"; export declare const HAS_MANY_KEY = "database:hasMany:options"; export declare const BELONGS_TO_KEY = "database:belongsTo:options"; export declare const BELONGS_TO_MANY_KEY = "database:belongsToMany:options";