postgres-language-server
postgres-language-server copied to clipboard
Type Resolver
This crate should serve as a utility box for any feature crates that need to find a schema cache item from a source item. It works okay for functions already, but its missing
- [ ] resolver functions for tables
- [ ] resolver functions for columns
- [ ] the resolver for types is not complete yet. It implements just a bare-minimum of source types yet.