Skip to content

Commit

Permalink
Merge branch 'master' into feature/postgres-format-function
Browse files Browse the repository at this point in the history
  • Loading branch information
jczuchnowski authored Apr 26, 2021
2 parents b1671e5 + 9490044 commit 74af977
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 212 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Connection pool | :white_check_mark:

Feature | PostgreSQL | SQL Server | Oracle | MySQL
:------------ | :-------------| :-------------| :-------------| :-------------
Render Read | :white_check_mark: | :white_check_mark: | |
Render Delete | :white_check_mark: | | |
Render Update | :white_check_mark: | | |
Render Read | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
Render Delete | :white_check_mark: | | | :white_check_mark: |
Render Update | :white_check_mark: | | | :white_check_mark: |
Render Insert | | | |
Functions | :white_check_mark: | | |
Functions | :white_check_mark: | | | :white_check_mark: |
Types | | | |
Operators | | | |

Expand Down
Loading

0 comments on commit 74af977

Please sign in to comment.