Categorygithub.com/codewinks/cworm
modulepackage
0.0.0-20201028004640-85840d5a83c7
Repository: https://github.com/codewinks/cworm.git
Documentation: pkg.go.dev

# README

cwORM – GoLang ORM

Under development. cwORM was created for CWBlog. cwORM is a free and open source ORM.

Under Development MIT License Go Report Card Join the chat at https://img.shields.io/discord/619054480297820161 GoDoc

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 establishes a new database connection.
No description provided by the author
No description provided by the author

# Structs

DB ...
Query ...
Where ...