Skip to content

shortishly/pgsqlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Test Coverage edoc Erlang/OTP 25+ Apache-2.0

What is pgsqlp?

pgsqlp, uses the scran parser combinators to implement a partial Postgres SQL parser. It currently implements only the SQL parsing necessary for the server side of logical replication.

The test cases are currently the best place to look at functional examples of the combinators.