Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 423 Bytes

qlm

Package qlm implements a simple, high-level wrapper for ql, a native, embedded database engine written in Go. Each table in the database is associated with an application-defined structure in Go. These structures contain special tags that allow qlm to automatically manage all database operations. See the documentation for more details.