Skip to content

Commit 7f965d0

Browse files
authored
Merge pull request #77 from Mernus/feature/add-geo-types-to-docs
Add geo types to supported types in docs
2 parents 15bfc0c + 305aaa5 commit 7f965d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/usage/types/supported_types.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Here you can find all types supported by `PSQLPy`. If PSQLPy isn't `-`, you can
3535
| IPv6Address | - | INET |
3636
| decimal.Decimal | - | NUMERIC |
3737
| int/str | Money | MONEY |
38+
| Point | PyPoint | POINT |
39+
| Box | PyBox | BOX |
40+
| Path | PyPath | PATH |
41+
| Line | PyLine | LINE |
42+
| Line Segment | PyLineSegment | LSEG |
43+
| Circle | PyCircle | CIRCLE |
3844

3945
::: important
4046
DECIMAL PostgreSQL type isn't supported, use NUMERIC instead.

0 commit comments

Comments
 (0)