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

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

import { entityKind } from "../entity.js";
class GelPolicy {
  constructor(name, config) {
    this.name = name;
    if (config) {
      this.as = config.as;
      this.for = config.for;
      this.to = config.to;
      this.using = config.using;
      this.withCheck = config.withCheck;
    }
  }
  static [entityKind] = "GelPolicy";
  as;
  for;
  to;
  using;
  withCheck;
  /** @internal */
  _linkedTable;
  link(table) {
    this._linkedTable = table;
    return this;
  }
}
function gelPolicy(name, config) {
  return new GelPolicy(name, config);
}
export {
  GelPolicy,
  gelPolicy
};
//# sourceMappingURL=policies.js.map
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer