Skip to content

Commit f845087

Browse files
authored
docs links (#261)
1 parent 6fec1b5 commit f845087

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44

55
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
66

7+
Docs: [pgtools.dev](https://pgtools.dev/)
8+
9+
Install: [instructions](https://pgtools.dev/#installation)
10+
11+
- [CLI releases](https://github.com/supabase-community/postgres-language-server/releases)
12+
- [VSCode](https://marketplace.visualstudio.com/items?itemName=Supabase.postgrestools)
13+
- [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#postgres_lsp)
14+
715
## Overview
816

917
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.
1018

11-
Currently, the following features are implemented:
19+
The following features are implemented:
1220
- Autocompletion
1321
- Syntax Error Highlighting
1422
- Type-checking (via `EXPLAIN` error insights)

0 commit comments

Comments
 (0)