Categorygithub.com/ws6/msi
repositorypackage
1.2.2
Repository: https://github.com/ws6/msi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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