postgres-language-server icon indicating copy to clipboard operation
postgres-language-server copied to clipboard

Type Resolver

Open psteinroe opened this issue 1 year ago • 0 comments

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.

psteinroe avatar Aug 01 '24 09:08 psteinroe