Skip to content

Commit f518395

Browse files
committed
update: description
1 parent 3f3699a commit f518395

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# postgresql-cst-parser
22

3+
**注意:このパーサーはPostgreSQLの公式プロジェクトではなく、独立した非公式ツールです。**
4+
35
## 概要
46

57
`postgresql-cst-parser`は、Pure Rustで開発されたPostgreSQL専用の具象構文木(CST)パーサーです。このドキュメントでは、パーサーの機能、開発のモチベーション、使用方法、および実装の詳細について説明します。

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# postgresql-cst-parser
22

3+
**Note: This parser is not an official PostgreSQL project but an independent, unofficial tool.**
4+
35
## Overview
46

57
`postgresql-cst-parser` is a PostgreSQL-specific Concrete Syntax Tree (CST) parser developed in Pure Rust. This document describes the parser's features, development motivation, usage, and implementation details.

crates/postgresql-cst-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "postgresql-cst-parser"
33
version = "0.1.0"
44
edition = "2021"
55
repository = "https://github.com/tanzaku/postgresql-cst-parser"
6-
description = "PostgreSQL cst parser"
6+
description = "An unofficial PostgreSQL CST parser written in Pure Rust."
77
authors = ["tanzaku"]
88
license-file = "../../LICENSE"
99
exclude = ["tests/**", "examples/**"]

0 commit comments

Comments
 (0)