This commit is contained in:
Sam 2025-04-13 14:28:04 +02:00
parent 2a0acb643d
commit 68f75f12d9
48 changed files with 457 additions and 0 deletions

View File

@ -0,0 +1 @@
{"categoryGeneratedIndex":{"title":"Example Database","description":"Here you can find the tables of the database used for the examples","slug":"/category/example-database","permalink":"/awSQL/category/example-database","sidebar":"defaultSidebar","navigation":{"previous":{"title":"ConstraintOptions","permalink":"/awSQL/typedefs/constraint-options"},"next":{"title":"Table: Categories","permalink":"/awSQL/example-db/Categories"}}}}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/Categories",
"title": "Table: Categories",
"description": "| CategoryID | CategoryName | Description |",
"source": "@site/docs/example-db/Categories.md",
"sourceDirName": "example-db",
"slug": "/example-db/Categories",
"permalink": "/awSQL/example-db/Categories",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Example Database",
"permalink": "/awSQL/category/example-database"
},
"next": {
"title": "Table: Customers",
"permalink": "/awSQL/example-db/Customers"
}
}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/Customers",
"title": "Table: Customers",
"description": "| CustomerID | CustomerName | ContactName | Address | City | PostalCode | Country |",
"source": "@site/docs/example-db/Customers.md",
"sourceDirName": "example-db",
"slug": "/example-db/Customers",
"permalink": "/awSQL/example-db/Customers",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Categories",
"permalink": "/awSQL/example-db/Categories"
},
"next": {
"title": "Table: Employees",
"permalink": "/awSQL/example-db/Employees"
}
}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/Employees",
"title": "Table: Employees",
"description": "| EmployeeID | LastName | FirstName | BirthDate | Photo | Notes |",
"source": "@site/docs/example-db/Employees.md",
"sourceDirName": "example-db",
"slug": "/example-db/Employees",
"permalink": "/awSQL/example-db/Employees",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Customers",
"permalink": "/awSQL/example-db/Customers"
},
"next": {
"title": "Table: OrderDetails",
"permalink": "/awSQL/example-db/OrderDetails"
}
}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/OrderDetails",
"title": "Table: OrderDetails",
"description": "| OrderDetailID | OrderID | ProductID | Quantity |",
"source": "@site/docs/example-db/OrderDetails.md",
"sourceDirName": "example-db",
"slug": "/example-db/OrderDetails",
"permalink": "/awSQL/example-db/OrderDetails",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Employees",
"permalink": "/awSQL/example-db/Employees"
},
"next": {
"title": "Table: Orders",
"permalink": "/awSQL/example-db/Orders"
}
}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/Orders",
"title": "Table: Orders",
"description": "| OrderID | CustomerID | EmployeeID | OrderDate | ShipperID |",
"source": "@site/docs/example-db/Orders.md",
"sourceDirName": "example-db",
"slug": "/example-db/Orders",
"permalink": "/awSQL/example-db/Orders",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: OrderDetails",
"permalink": "/awSQL/example-db/OrderDetails"
},
"next": {
"title": "Table: Products",
"permalink": "/awSQL/example-db/Products"
}
}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/Products",
"title": "Table: Products",
"description": "| ProductID | ProductName | SupplierID | CategoryID | Unit | Price |",
"source": "@site/docs/example-db/Products.md",
"sourceDirName": "example-db",
"slug": "/example-db/Products",
"permalink": "/awSQL/example-db/Products",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Orders",
"permalink": "/awSQL/example-db/Orders"
},
"next": {
"title": "Table: Shippers",
"permalink": "/awSQL/example-db/Shippers"
}
}

View File

@ -0,0 +1,23 @@
{
"id": "example-db/Shippers",
"title": "Table: Shippers",
"description": "| ShipperID | ShipperName | Phone |",
"source": "@site/docs/example-db/Shippers.md",
"sourceDirName": "example-db",
"slug": "/example-db/Shippers",
"permalink": "/awSQL/example-db/Shippers",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Products",
"permalink": "/awSQL/example-db/Products"
},
"next": {
"title": "Table: Suppliers",
"permalink": "/awSQL/example-db/Suppliers"
}
}

View File

@ -0,0 +1,19 @@
{
"id": "example-db/Suppliers",
"title": "Table: Suppliers",
"description": "| SupplierID | SupplierName | ContactName | Address | City | PostalCode | Country | Phone |",
"source": "@site/docs/example-db/Suppliers.md",
"sourceDirName": "example-db",
"slug": "/example-db/Suppliers",
"permalink": "/awSQL/example-db/Suppliers",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Shippers",
"permalink": "/awSQL/example-db/Shippers"
}
}

View File

@ -0,0 +1,26 @@
{
"id": "typedefs/okpacket",
"title": "OkPacket",
"description": "Object",
"source": "@site/docs/typedefs/okpacket.md",
"sourceDirName": "typedefs",
"slug": "/typedefs/okpacket",
"permalink": "/awSQL/typedefs/okpacket",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "defaultSidebar",
"previous": {
"title": "Typedefs",
"permalink": "/awSQL/category/typedefs"
},
"next": {
"title": "ColumnStructure",
"permalink": "/awSQL/typedefs/column-structure"
}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[976],{7879:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>o,contentTitle:()=>l,default:()=>u,frontMatter:()=>a,metadata:()=>t,toc:()=>d});const t=JSON.parse('{"id":"intro","title":"Introduction","description":"awSQL is a fast and reliable database query tool designed to:","source":"@site/docs/intro.md","sourceDirName":".","slug":"/","permalink":"/awSQL/","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1,"slug":"/"},"sidebar":"defaultSidebar","next":{"title":"Classes","permalink":"/awSQL/category/classes"}}');var i=s(4848),r=s(8453);const a={sidebar_position:1,slug:"/"},l="Introduction",o={},d=[{value:"Getting Started",id:"getting-started",level:2},{value:"Exports",id:"exports",level:2}];function c(e){const n={a:"a",admonition:"admonition",code:"code",em:"em",h1:"h1",h2:"h2",header:"header",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"introduction",children:"Introduction"})}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.em,{children:"awSQL"})," is a fast and reliable database query tool designed to:"]}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsx)(n.li,{children:"\u2705 Minimize the risk of SQL injections"}),"\n",(0,i.jsx)(n.li,{children:"\u2705 Maximize usability and safety"}),"\n",(0,i.jsx)(n.li,{children:"\u2705 Prevent accidental bulk row modifications"}),"\n"]}),"\n",(0,i.jsxs)(n.p,{children:["With awSQL, you can programmatically interact with databases in a clear and intuitive manner - ",(0,i.jsx)(n.em,{children:"no more writing complex SQL queries manually!"})]}),"\n",(0,i.jsx)(n.h2,{id:"getting-started",children:"Getting Started"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.strong,{children:"Requirements"})}),"\n",(0,i.jsx)(n.p,{children:"To begin, ensure you have:"}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsxs)(n.li,{children:["A ",(0,i.jsx)(n.em,{children:"hosted database"})]}),"\n",(0,i.jsxs)(n.li,{children:["Your ",(0,i.jsx)(n.em,{children:"database credentials"})]}),"\n"]}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.strong,{children:"Installation"})}),"\n",(0,i.jsxs)(n.p,{children:["Install ",(0,i.jsx)(n.code,{children:"awSQL"})," via ",(0,i.jsx)(n.strong,{children:"npm"}),":"]}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-shell",metastring:"showLineNumbers",children:"npm i git+https://git.pwcca.eu/Sam/awSQL.git#release\n"})}),"\n",(0,i.jsx)(n.admonition,{title:"Important",type:"warning",children:(0,i.jsxs)(n.p,{children:["Always use the ",(0,i.jsx)(n.code,{children:"#release"})," branch to avoid downloading the development version."]})}),"\n",(0,i.jsx)(n.h2,{id:"exports",children:"Exports"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"awSQL"})," provides two core modules:"]}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsxs)(n.li,{children:[(0,i.jsx)(n.a,{href:"./classes/awSQL",children:"awSQL"})," - The main database instance"]}),"\n",(0,i.jsxs)(n.li,{children:[(0,i.jsx)(n.a,{href:"./classes/structure",children:"Structure"})," - A module for defining table structures"]}),"\n"]})]})}function u(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(c,{...e})}):c(e)}},8453:(e,n,s)=>{s.d(n,{R:()=>a,x:()=>l});var t=s(6540);const i={},r=t.createContext(i);function a(e){const n=t.useContext(r);return t.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),t.createElement(r.Provider,{value:n},e.children)}}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[802],{3702:e=>{e.exports=JSON.parse('{"categoryGeneratedIndex":{"title":"Example Database","description":"Here you can find the tables of the database used for the examples","slug":"/category/example-database","permalink":"/awSQL/category/example-database","sidebar":"defaultSidebar","navigation":{"previous":{"title":"ConstraintOptions","permalink":"/awSQL/typedefs/constraint-options"},"next":{"title":"Table: Categories","permalink":"/awSQL/example-db/Categories"}}}}')}}]);

View File

@ -0,0 +1 @@
"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[36],{146:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>h,frontMatter:()=>i,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"example-db/Shippers","title":"Table: Shippers","description":"| ShipperID | ShipperName | Phone |","source":"@site/docs/example-db/Shippers.md","sourceDirName":"example-db","slug":"/example-db/Shippers","permalink":"/awSQL/example-db/Shippers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Products","permalink":"/awSQL/example-db/Products"},"next":{"title":"Table: Suppliers","permalink":"/awSQL/example-db/Suppliers"}}');var n=r(4848),d=r(8453);const i={},a="Table: Shippers",l={},c=[];function p(e){const t={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,d.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"table-shippers",children:"Table: Shippers"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"ShipperID"}),(0,n.jsx)(t.th,{children:"ShipperName"}),(0,n.jsx)(t.th,{children:"Phone"})]})}),(0,n.jsxs)(t.tbody,{children:[(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"1"}),(0,n.jsx)(t.td,{children:"Speedy Express"}),(0,n.jsx)(t.td,{children:"(503) 555-9831"})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"2"}),(0,n.jsx)(t.td,{children:"United Package"}),(0,n.jsx)(t.td,{children:"(503) 555-3199"})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"3"}),(0,n.jsx)(t.td,{children:"Federal Shipping"}),(0,n.jsx)(t.td,{children:"(503) 555-9931"})]})]})]})]})}function h(e={}){const{wrapper:t}={...(0,d.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(p,{...e})}):p(e)}},8453:(e,t,r)=>{r.d(t,{R:()=>i,x:()=>a});var s=r(6540);const n={},d=s.createContext(n);function i(e){const t=s.useContext(d);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),s.createElement(d.Provider,{value:t},e.children)}}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[548],{3108:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>i,default:()=>h,frontMatter:()=>a,metadata:()=>r,toc:()=>l});const r=JSON.parse('{"id":"example-db/Categories","title":"Table: Categories","description":"| CategoryID | CategoryName | Description |","source":"@site/docs/example-db/Categories.md","sourceDirName":"example-db","slug":"/example-db/Categories","permalink":"/awSQL/example-db/Categories","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Example Database","permalink":"/awSQL/category/example-database"},"next":{"title":"Table: Customers","permalink":"/awSQL/example-db/Customers"}}');var d=s(4848),n=s(8453);const a={},i="Table: Categories",c={},l=[];function o(e){const t={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,n.R)(),...e.components};return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(t.header,{children:(0,d.jsx)(t.h1,{id:"table-categories",children:"Table: Categories"})}),"\n",(0,d.jsxs)(t.table,{children:[(0,d.jsx)(t.thead,{children:(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.th,{children:"CategoryID"}),(0,d.jsx)(t.th,{children:"CategoryName"}),(0,d.jsx)(t.th,{children:"Description"})]})}),(0,d.jsxs)(t.tbody,{children:[(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"1"}),(0,d.jsx)(t.td,{children:"Beverages"}),(0,d.jsx)(t.td,{children:"Soft drinks, coffees, teas, beers, and ales"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"2"}),(0,d.jsx)(t.td,{children:"Condiments"}),(0,d.jsx)(t.td,{children:"Sweet and savory sauces, relishes, spreads, and seasonings"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"3"}),(0,d.jsx)(t.td,{children:"Confections"}),(0,d.jsx)(t.td,{children:"Desserts, candies, and sweet breads"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"4"}),(0,d.jsx)(t.td,{children:"Dairy Products"}),(0,d.jsx)(t.td,{children:"Cheeses"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"5"}),(0,d.jsx)(t.td,{children:"Grains/Cereals"}),(0,d.jsx)(t.td,{children:"Breads, crackers, pasta, and cereal"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"6"}),(0,d.jsx)(t.td,{children:"Meat/Poultry"}),(0,d.jsx)(t.td,{children:"Prepared meats"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"7"}),(0,d.jsx)(t.td,{children:"Produce"}),(0,d.jsx)(t.td,{children:"Dried fruit and bean curd"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"8"}),(0,d.jsx)(t.td,{children:"Seafood"}),(0,d.jsx)(t.td,{children:"Seaweed and fish"})]})]})]})]})}function h(e={}){const{wrapper:t}={...(0,n.R)(),...e.components};return t?(0,d.jsx)(t,{...e,children:(0,d.jsx)(o,{...e})}):o(e)}},8453:(e,t,s)=>{s.d(t,{R:()=>a,x:()=>i});var r=s(6540);const d={},n=r.createContext(d);function a(e){const t=r.useContext(n);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:a(e.components),r.createElement(n.Provider,{value:t},e.children)}}}]);

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[232],{9486:e=>{e.exports=JSON.parse('{"categoryGeneratedIndex":{"title":"Typedefs","description":"Here you can find all type definitions used by awSQL","slug":"/category/typedefs","permalink":"/awSQL/category/typedefs","sidebar":"defaultSidebar","navigation":{"previous":{"title":"AlterTable","permalink":"/awSQL/classes/alter-table"},"next":{"title":"OkPacket","permalink":"/awSQL/typedefs/okpacket"}}}}')}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,74 @@
/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
* @license MIT */
/*! Bundled license information:
prismjs/prism.js:
(**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*)
*/
/**
* @license React
* react-dom-client.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-dom.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

View File

@ -0,0 +1 @@
(()=>{"use strict";var e,a,t,r,o,f={},d={};function n(e){var a=d[e];if(void 0!==a)return a.exports;var t=d[e]={id:e,loaded:!1,exports:{}};return f[e].call(t.exports,t,t.exports,n),t.loaded=!0,t.exports}n.m=f,n.c=d,e=[],n.O=(a,t,r,o)=>{if(!t){var f=1/0;for(i=0;i<e.length;i++){t=e[i][0],r=e[i][1],o=e[i][2];for(var d=!0,c=0;c<t.length;c++)(!1&o||f>=o)&&Object.keys(n.O).every((e=>n.O[e](t[c])))?t.splice(c--,1):(d=!1,o<f&&(f=o));if(d){e.splice(i--,1);var b=r();void 0!==b&&(a=b)}}return a}o=o||0;for(var i=e.length;i>0&&e[i-1][2]>o;i--)e[i]=e[i-1];e[i]=[t,r,o]},n.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return n.d(a,{a:a}),a},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,n.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);n.r(o);var f={};a=a||[null,t({}),t([]),t(t)];for(var d=2&r&&e;"object"==typeof d&&!~a.indexOf(d);d=t(d))Object.getOwnPropertyNames(d).forEach((a=>f[a]=()=>e[a]));return f.default=()=>e,n.d(o,f),o},n.d=(e,a)=>{for(var t in a)n.o(a,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce(((a,t)=>(n.f[t](e,a),a)),[])),n.u=e=>"assets/js/"+({23:"d7af1896",36:"b4c15e47",48:"a94703ab",53:"7e36430b",98:"a7bd4aaa",115:"f8062fff",129:"3ee20894",162:"23e85390",171:"80ddc423",232:"e393803f",269:"e2f8b94f",294:"24da6c76",344:"2ab12074",388:"c8ec3168",401:"17896441",468:"7617dfbd",548:"da8fdd4d",550:"763f4ffe",579:"a6964e95",582:"b5207823",602:"62179925",623:"a52c2351",647:"5e95c892",742:"aba21aa0",802:"af19f545",894:"29b1da97",922:"c8769413",931:"4aa16d27",960:"58de6db1",969:"14eb3368",976:"0e384e19"}[e]||e)+"."+{23:"82e89304",36:"57d0bb5f",42:"e00b3e5b",48:"5082da29",53:"b354b9c9",98:"e836a8d7",115:"cb8fd7b3",129:"1f6e2c20",162:"a0249aa2",171:"5adbe07f",232:"3a54f688",269:"e1eb5318",294:"159e5a29",344:"76390b1f",388:"0f7a63be",401:"0c0873cd",468:"263a6f48",548:"65480600",550:"a8324a68",579:"e1343f6c",582:"cdd836e5",602:"f14d395e",623:"c4421113",647:"a18eb2bf",742:"3de8bd8d",802:"71dedd65",894:"9687cf0d",922:"27c68371",931:"32d53ece",960:"99333c32",969:"7f866ce6",976:"45d51a01"}[e]+".js",n.miniCssF=e=>{},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),r={},o="docusaurus:",n.l=(e,a,t,f)=>{if(r[e])r[e].push(a);else{var d,c;if(void 0!==t)for(var b=document.getElementsByTagName("script"),i=0;i<b.length;i++){var u=b[i];if(u.getAttribute("src")==e||u.getAttribute("data-webpack")==o+t){d=u;break}}d||(c=!0,(d=document.createElement("script")).charset="utf-8",d.timeout=120,n.nc&&d.setAttribute("nonce",n.nc),d.setAttribute("data-webpack",o+t),d.src=e),r[e]=[a];var l=(a,t)=>{d.onerror=d.onload=null,clearTimeout(s);var o=r[e];if(delete r[e],d.parentNode&&d.parentNode.removeChild(d),o&&o.forEach((e=>e(t))),a)return a(t)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=l.bind(null,d.onerror),d.onload=l.bind(null,d.onload),c&&document.head.appendChild(d)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="/awSQL/",n.gca=function(e){return e={17896441:"401",62179925:"602",d7af1896:"23",b4c15e47:"36",a94703ab:"48","7e36430b":"53",a7bd4aaa:"98",f8062fff:"115","3ee20894":"129","23e85390":"162","80ddc423":"171",e393803f:"232",e2f8b94f:"269","24da6c76":"294","2ab12074":"344",c8ec3168:"388","7617dfbd":"468",da8fdd4d:"548","763f4ffe":"550",a6964e95:"579",b5207823:"582",a52c2351:"623","5e95c892":"647",aba21aa0:"742",af19f545:"802","29b1da97":"894",c8769413:"922","4aa16d27":"931","58de6db1":"960","14eb3368":"969","0e384e19":"976"}[e]||e,n.p+n.u(e)},(()=>{var e={354:0,869:0};n.f.j=(a,t)=>{var r=n.o(e,a)?e[a]:void 0;if(0!==r)if(r)t.push(r[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var o=new Promise(((t,o)=>r=e[a]=[t,o]));t.push(r[2]=o);var f=n.p+n.u(a),d=new Error;n.l(f,(t=>{if(n.o(e,a)&&(0!==(r=e[a])&&(e[a]=void 0),r)){var o=t&&("load"===t.type?"missing":t.type),f=t&&t.target&&t.target.src;d.message="Loading chunk "+a+" failed.\n("+o+": "+f+")",d.name="ChunkLoadError",d.type=o,d.request=f,r[1](d)}}),"chunk-"+a,a)}},n.O.j=a=>0===e[a];var a=(a,t)=>{var r,o,f=t[0],d=t[1],c=t[2],b=0;if(f.some((a=>0!==e[a]))){for(r in d)n.o(d,r)&&(n.m[r]=d[r]);if(c)var i=c(n)}for(a&&a(t);b<f.length;b++)o=f[b],n.o(e,o)&&e[o]&&e[o][0](),e[o]=0;return n.O(i)},t=self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[];t.forEach(a.bind(null,0)),t.push=a.bind(null,t.push.bind(t))})()})();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long