Skip to content
Wouter Demuynck edited this page May 14, 2016 · 13 revisions

Popsql (pronounced 'popsicle') is a library eliminating the need for magic SQL strings in your code. It works by providing an API that allows you to build complex SQL expression trees from code and later render them into valid SQL text that goes right into your ADO.NET code or your favorite micro-ORM.

License

Popsql is Open Source software and is released under the MIT license. This license allows the use of Popsql in free and commercial applications and libraries without restrictions.