NeonDB is a Postgres-compatible database, frequently used by the LLM coding agents. It makes sense to support it to improve Pathway usability for the AI-agent use case.
Aparrently, the existing Postgres connector interface can be enough for getting started with NeonDB. If that's the case, we still need:
- Integration tests that check that explicitly and would trigger an alert if something breaks;
- Clear documentation, making it evident that Pathway can be used for NeonDB.
NeonDB is a Postgres-compatible database, frequently used by the LLM coding agents. It makes sense to support it to improve Pathway usability for the AI-agent use case.
Aparrently, the existing Postgres connector interface can be enough for getting started with NeonDB. If that's the case, we still need: