Skip to content
/ msi Public

Attempt to achieve the similar interface as mongodb does.

Notifications You must be signed in to change notification settings

ws6/msi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msi

map[string]interface{} to make orm-less queries. Attempt to achieve the similar interface as mongodb does.

Goals

This is not an ORM but a query builder using map[string]interface{}. This will not require generated code, but load the schema from databases. model first instead of code first Focus on per table based queries. Joins should still be handled manually.

Usage

Please check example/example.go as standablone library

example/beegoapp is a simple example with CRUD out of the box using beego framework.

TODO barefoot http app using msi lib

About

Attempt to achieve the similar interface as mongodb does.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages