//
pkg.gl
Category
github.com/codewinks/cworm
module
package
0.0.0-20201028004640-85840d5a83c7
Repository:
https://github.com/codewinks/cworm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
0
Files
1k SLOC
#
README
cwORM – GoLang ORM
Under development. cwORM was created for CWBlog. cwORM is a free and open source ORM.
Features
DB Migrations
Basic ORM
MySQL
PostgreSQL
SQLite
Roadmap:
Documentation (coming soon)
To-do:
Refactor "Return" types and come up with a better solution to "reset/clear" Query
#
Functions
Connect
Connect establishes a new database connection.
Make
No description provided by the author
Migrate
No description provided by the author
#
Structs
DB
DB ...
Query
Query ...
Where
Where ...