6 points | by mythz 6 days ago ago
2 comments
That is awesome!
Do you support any arbitrary queries? For example, can i call a plpgsql function with your DSL?
The Query Builders just generate SQL/params which can be execute on any driver. Every driver also makes the underlying native provider where you could access any db-specific functionality.
That is awesome!
Do you support any arbitrary queries? For example, can i call a plpgsql function with your DSL?
The Query Builders just generate SQL/params which can be execute on any driver. Every driver also makes the underlying native provider where you could access any db-specific functionality.