Skip to content

Commit ff73cab

Browse files
committed
first
1 parent be5725d commit ff73cab

File tree

113 files changed

+5184
-9
lines changed

Some content is hidden

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

113 files changed

+5184
-9
lines changed

.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.P1YFUy5x.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("{\"api_index.md\":\"DCG2E1b7\",\"config_antiforgery.md\":\"p3k9fg9z\",\"config_auth.md\":\"CislHB1B\",\"config_authentication-options.md\":\"DL9_R1V0\",\"config_cache-options.md\":\"otLP_HY_\",\"config_codegen.md\":\"YQwjggd_\",\"config_command-retry.md\":\"DfypiWXK\",\"config_connection.md\":\"C97kPdgF\",\"config_cors.md\":\"DDeZ-AEZ\",\"config_crud.md\":\"B5-0OmnE\",\"config_data-protection.md\":\"ZjivoK7h\",\"config_error-handling.md\":\"wwU3lbup\",\"config_http-files.md\":\"C_Xm2Af5\",\"config_index.md\":\"DEQa84qH\",\"config_logging.md\":\"DpKsBut0\",\"config_npgsqlrest.md\":\"Dd70VLZu\",\"config_openapi.md\":\"CgVMXS-H\",\"config_rate-limiter.md\":\"Chj1Quly\",\"config_response-compression.md\":\"CD5Cz3Cv\",\"config_server.md\":\"BT6gOriS\",\"config_static-files.md\":\"D3Ssj_5K\",\"config_structure.md\":\"0-yqWCVx\",\"config_thread-pool.md\":\"CXkmRoBM\",\"config_uploads.md\":\"GGCnfg38\",\"guide_index.md\":\"CwbAOK5R\",\"guide_installation.md\":\"KuJecRws\",\"guide_quick-start.md\":\"BoIa9gqZ\",\"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\",\"link\":\"/config/\"}],\"sidebar\":{\"/guide/\":[{\"text\":\"Getting Started\",\"items\":[{\"text\":\"Overview\",\"link\":\"/guide/\"},{\"text\":\"Installation\",\"link\":\"/guide/installation\"},{\"text\":\"Quick Start\",\"link\":\"/guide/quick-start\"}]}],\"/config/\":[{\"text\":\"Configuration\",\"items\":[{\"text\":\"Overview\",\"link\":\"/config/\"},{\"text\":\"Configuration Structure\",\"link\":\"/config/structure\"},{\"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\":\"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.

0 commit comments

Comments
 (0)