Skip to content

Commit 01712c8

Browse files
committed
first
1 parent be5725d commit 01712c8

113 files changed

Lines changed: 5036 additions & 9 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

404.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>404 | NpgsqlRest - Automatic PostgreSQL Web Server</title>
7+
<meta name="description" content="Not Found">
8+
<meta name="generator" content="VitePress v1.6.4">
9+
<link rel="preload stylesheet" href="/assets/style.CaWEcfEQ.css" as="style">
10+
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
11+
12+
<script type="module" src="/assets/app.CWEcwWJD.js"></script>
13+
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
14+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
15+
<link rel="shortcut icon" href="/favicon.ico">
16+
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.ico">
17+
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
18+
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
19+
</head>
20+
<body>
21+
<div id="app"></div>
22+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"config_antiforgery.md\":\"DJxczH0_\",\"config_auth.md\":\"DnWfdWz2\",\"config_authentication-options.md\":\"DOS1V60x\",\"config_cache-options.md\":\"zUESZggq\",\"config_codegen.md\":\"CBwE-cqw\",\"config_command-retry.md\":\"BDfBS4lx\",\"config_connection.md\":\"CXd3WMMz\",\"config_cors.md\":\"OlNrnbNf\",\"config_crud.md\":\"D7vzinpH\",\"config_data-protection.md\":\"B9FhdL1V\",\"config_error-handling.md\":\"DcqVK7uN\",\"config_http-files.md\":\"DlsE_QB4\",\"config_index.md\":\"BgxOfHzX\",\"config_logging.md\":\"DiZfNIPR\",\"config_npgsqlrest.md\":\"ZNUmwXHN\",\"config_openapi.md\":\"BPC_R50L\",\"config_rate-limiter.md\":\"Cr_JJSaW\",\"config_response-compression.md\":\"DrUctg4F\",\"config_routine-options.md\":\"DjscwhPU\",\"config_server.md\":\"S7-l55FU\",\"config_static-files.md\":\"D8J5jd6C\",\"config_thread-pool.md\":\"DZO_CI8h\",\"config_uploads.md\":\"B7FGi86V\",\"guide_configuration.md\":\"BchPDqW6\",\"guide_index.md\":\"CwbAOK5R\",\"guide_installation.md\":\"KuJecRws\",\"guide_quick-start.md\":\"DLNR_7mh\",\"index.md\":\"CsVzzoUz\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"NpgsqlRest - Automatic PostgreSQL Web Server\",\"description\":\"Automatic PostgreSQL Web Server - Create REST APIs for PostgreSQL databases in minutes.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/favicon.ico\",\"siteTitle\":\"NpgsqlRest\",\"nav\":[{\"text\":\"Guide\",\"link\":\"/guide/\"},{\"text\":\"Quick Start\",\"link\":\"/guide/quick-start\"},{\"text\":\"Configuration Reference\",\"link\":\"/config/\"}],\"sidebar\":{\"/guide/\":[{\"text\":\"Getting Started\",\"items\":[{\"text\":\"Overview\",\"link\":\"/guide/\"},{\"text\":\"Installation\",\"link\":\"/guide/installation\"},{\"text\":\"Quick Start\",\"link\":\"/guide/quick-start\"},{\"text\":\"Configuration Guide\",\"link\":\"/guide/configuration\"}]}],\"/config/\":[{\"text\":\"Configuration Reference\",\"items\":[{\"text\":\"Overview\",\"link\":\"/config/\"},{\"text\":\"Connection Settings\",\"link\":\"/config/connection\"},{\"text\":\"Server & SSL\",\"link\":\"/config/server\"},{\"text\":\"Authentication\",\"link\":\"/config/auth\"},{\"text\":\"Data Protection\",\"link\":\"/config/data-protection\"},{\"text\":\"Thread Pool\",\"link\":\"/config/thread-pool\"},{\"text\":\"Antiforgery\",\"link\":\"/config/antiforgery\"},{\"text\":\"NpgsqlRest Options\",\"link\":\"/config/npgsqlrest\"},{\"text\":\"Routine Options\",\"link\":\"/config/routine-options\"},{\"text\":\"Upload Options\",\"link\":\"/config/uploads\"},{\"text\":\"Authentication Options\",\"link\":\"/config/authentication-options\"},{\"text\":\"HTTP Files\",\"link\":\"/config/http-files\"},{\"text\":\"OpenAPI\",\"link\":\"/config/openapi\"},{\"text\":\"Code Generation\",\"link\":\"/config/codegen\"},{\"text\":\"CRUD Source\",\"link\":\"/config/crud\"},{\"text\":\"Logging\",\"link\":\"/config/logging\"},{\"text\":\"Response Compression\",\"link\":\"/config/response-compression\"},{\"text\":\"Static Files\",\"link\":\"/config/static-files\"},{\"text\":\"CORS\",\"link\":\"/config/cors\"},{\"text\":\"Command Retry\",\"link\":\"/config/command-retry\"},{\"text\":\"Cache Options\",\"link\":\"/config/cache-options\"},{\"text\":\"Rate Limiter\",\"link\":\"/config/rate-limiter\"},{\"text\":\"Error Handling\",\"link\":\"/config/error-handling\"}]}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/NpgsqlRest/NpgsqlRest\"}],\"footer\":{\"message\":\"Released under the MIT License.\",\"copyright\":\"Copyright © 2024 VB Consulting\"},\"editLink\":{\"pattern\":\"https://github.com/NpgsqlRest/npgsqlrest-docs/edit/main/docs/:path\",\"text\":\"Edit this page on GitHub\"},\"search\":{\"provider\":\"local\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
23+
24+
</body>
25+
</html>

README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

assets/app.CWEcwWJD.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/chunks/@localSearchIndexroot.C1ulxOQp.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/chunks/VPLocalSearchBox.BmQwKeSW.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/chunks/framework.S-Qvb3wi.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/chunks/theme.CB6nbUPP.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/config_antiforgery.md.DJxczH0_.js

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)