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

A simple, high-level wrapper for ql, a native, embedded database engine written in Go.

Notifications You must be signed in to change notification settings

jung-kurt/qlm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple, high-level wrapper for ql, a native, embedded database engine written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages