Skip to content

Commit 08fed73

Browse files
authored
Merge pull request #7 from future-architect/feature/db
Add B
2 parents 7a34d5b + d413ce1 commit 08fed73

File tree

8 files changed

+3362
-0
lines changed

8 files changed

+3362
-0
lines changed

.vitepress/config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ const links = {
2222
link: "/documents/forWebAPI/web_api_guidelines.html",
2323
},
2424
],
25+
"/documents/forDB/": [
26+
{ text: "Introduction", link: "/documents/forDB/" },
27+
{
28+
text: "PostgreSQL設計ガイドライン",
29+
link: "/documents/forDB/postgresql_guidelines.html",
30+
},
31+
],
2532
"/documents/forMarkdown/": [
2633
{ text: "Introduction", link: "/documents/forMarkdown/" },
2734
{

documents/forDB/image12.jpg

75.5 KB
Loading

documents/forDB/image7.png

44.2 KB
Loading

documents/forDB/image8.png

33 KB
Loading

documents/forDB/image9.png

93.2 KB
Loading

documents/forDB/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
sidebarDepth: 4
3+
author: フューチャー株式会社
4+
layout: home
5+
hero:
6+
name: "DB設計ガイドライン"
7+
tagline: Web API Design Guidelines
8+
actions:
9+
- theme: brand
10+
text: PostgreSQL設計ガイドライン
11+
link: ./postgresql_guidelines.md
12+
---
13+
14+
# DB設計ガイドライン
15+
16+
チーム開発する上で必要となるDB設計ガイドラインです。
17+
18+
- [PostgreSQL設計ガイドライン](postgresql_guidelines.md)
19+
20+
次のリンクから単一ファイル版を取得できます。
21+
22+
- [Markdown](https://github.com/future-architect/arch-guidelines/blob/main/documents/forDB/postgresql_guidelines.md)

documents/forDB/postgresql_guidelines.md

Lines changed: 3330 additions & 0 deletions
Large diffs are not rendered by default.

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ hero:
88
- theme: brand
99
text: WebAPI設計ガイドライン
1010
link: ./documents/forWebAPI/
11+
- theme: brand
12+
text: DB設計ガイドライン
13+
link: ./documents/forDB/
1114
- theme: alt
1215
text: Markdown設計ドキュメント規約
1316
link: ./documents/forMarkdown/

0 commit comments

Comments
 (0)