1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.Client = void 0;\n/** A client for the Hrana protocol (a \"database connection pool\"). */\nclass Client {\n /** @private */\n constructor() {\n this.intMode = \"number\";\n }\n /** Representation of integers returned from the database. See {@link IntMode}.\n *\n * This value is inherited by {@link Stream} objects created with {@link openStream}, but you can\n * override the integer mode for every stream by setting {@link Stream.intMode} on the stream.\n */\n intMode;\n}\nexports.Client = Client;","map":{"version":3,"names":["Object","defineProperty","exports","value","Client","constructor","intMode"],"sources":["/Users/shoofle/Projects/the-forest/node_modules/@libsql/hrana-client/lib-cjs/client.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.Client = void 0;\n/** A client for the Hrana protocol (a \"database connection pool\"). */\nclass Client {\n /** @private */\n constructor() {\n this.intMode = \"number\";\n }\n /** Representation of integers returned from the database. See {@link IntMode}.\n *\n * This value is inherited by {@link Stream} objects created with {@link openStream}, but you can\n * override the integer mode for every stream by setting {@link Stream.intMode} on the stream.\n */\n intMode;\n}\nexports.Client = Client;\n"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,MAAM,GAAG,KAAK,CAAC;AACvB;AACA,MAAMA,MAAM,CAAC;EACT;EACAC,WAAWA,CAAA,EAAG;IACV,IAAI,CAACC,OAAO,GAAG,QAAQ;EAC3B;EACA;AACJ;AACA;AACA;AACA;EACIA,OAAO;AACX;AACAJ,OAAO,CAACE,MAAM,GAAGA,MAAM","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]} |