jet/doc.go

6 lines
186 B
Go
Raw Normal View History

2019-07-16 12:17:27 +02:00
/*
2019-07-18 17:43:11 +02:00
Package jet is a framework for writing type-safe SQL queries for PostgreSQL in Go, with ability
to easily convert database query result to desired arbitrary structure.
2019-07-16 12:17:27 +02:00
*/
2019-06-21 13:56:57 +02:00
package jet