DIR : /home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/gel-core/roles.js

/home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/gel-core

import { entityKind } from "../entity.js";
class GelRole {
  constructor(name, config) {
    this.name = name;
    if (config) {
      this.createDb = config.createDb;
      this.createRole = config.createRole;
      this.inherit = config.inherit;
    }
  }
  static [entityKind] = "GelRole";
  /** @internal */
  _existing;
  /** @internal */
  createDb;
  /** @internal */
  createRole;
  /** @internal */
  inherit;
  existing() {
    this._existing = true;
    return this;
  }
}
function gelRole(name, config) {
  return new GelRole(name, config);
}
export {
  GelRole,
  gelRole
};
//# sourceMappingURL=roles.js.map
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer