1 line
1.4 KiB
JSON
1 line
1.4 KiB
JSON
|
{"ast":null,"code":"/** A client for the Hrana protocol (a \"database connection pool\"). */\nexport class 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}","map":{"version":3,"names":["Client","constructor","intMode"],"sources":["/Users/shoofle/Projects/the-forest/node_modules/@libsql/hrana-client/lib-esm/client.js"],"sourcesContent":["/** A client for the Hrana protocol (a \"database connection pool\"). */\nexport class 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}\n"],"mappings":"AAAA;AACA,OAAO,MAAMA,MAAM,CAAC;EAChB;EACAC,WAAWA,CAAA,EAAG;IACV,IAAI,CAACC,OAAO,GAAG,QAAQ;EAC3B;EACA;AACJ;AACA;AACA;AACA;EACIA,OAAO;AACX","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|