sfu-db / lineagex

62 stars 4 forks source link

Added support of optional `dialect` parameter #3

Closed ovcharenko closed 1 year ago

ovcharenko commented 1 year ago

The current implementation hard-codes postgres as the only supported SQL dialect, making it impossible to extend. This PR solves the problem.