Skip to content

Commit

Permalink
docs: add DataType::Char
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Mar 21, 2024
1 parent 84b4101 commit f30c4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ let fnck_sql = DataBaseBuilder::path("./data")
- UInteger
- Bigint
- UBigint
- Char
- Varchar
- DDL
- Begin (Server only)
Expand Down Expand Up @@ -177,6 +178,7 @@ let fnck_sql = DataBaseBuilder::path("./data")
- UBigint
- Float
- Double
- Char
- Varchar
- Date
- DateTime
Expand Down

0 comments on commit f30c4a8

Please sign in to comment.