riverdb
riverdb copied to clipboard
Generate documentation, link to it at the top of the readme, and make sure all public methods/types are documented. Mark things that are public but "internal" as such.
Port the query normalization algorithm from Go with the tests.
Match tags on queries/transactions to tags on replication groups. Document it well as an example of how to create a River DB plugin. Requires the query normalization algorithm to parse...
This is now the default authentication in PostgreSQL 14, we have to support it. Currently an error `unknown auth type 10` occurs (panic) when the server tries to use it....