// // doc.go // Copyright (C) 2023 tiglog // // Distributed under terms of the MIT license. // // Package sqldb provides a simple way to marshal Go structs to and from // SQL databases. It uses the database/sql package, and should work with any // compliant database/sql driver. // // Source code and project home: package sqldb