Skip to content

Commit f2570b5

Browse files
authored
chore: add demo media (#264)
* chore: add demo media * fix: styling * fix: styling * fix: styling * fix: styling * fix: styling
1 parent 006810c commit f2570b5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Install: [instructions](https://pgtools.dev/#installation)
1313
- [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#postgres_lsp)
1414

1515
## Overview
16+
LSP Demo | CLI Demo
17+
:-------------------------:|:-------------------------:
18+
![LSP Demo](/docs/images/lsp-demo.gif) | ![CLI Demo](/docs/images/cli-demo.png)
1619

1720
This project provides a toolchain for Postgres development, built on Postgres' own parser `libpg_query` to ensure 100% syntax compatibility. It is built on a Server-Client architecture with a transport-agnostic design. This means all features can be accessed not only through the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/), but also through other interfaces like a CLI, HTTP APIs, or a WebAssembly module. The goal is to make all the great Postgres tooling out there as accessible as possible, and to build anything that is missing ourselves.
1821

Diff for: docs/images/cli-demo.png

117 KB
Loading

Diff for: docs/images/lsp-demo.gif

486 KB
Loading

0 commit comments

Comments
 (0)