rainzm / sqlchemy

Golang lightweight ORM library inspired by python sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlchemy

A golang lightweight ORM library inspired by sqlalchemy.

Features

  • Automatic creation and synchronization of table schema based on golang struct
  • Query syntax inpired by sqlalchemy
  • Support MySQL/MariaDB with InnoDB engine ONLY
  • Support select, insert, update and insert or update

Example

Please refer to sqltest/main.go

About

Golang lightweight ORM library inspired by python sqlalchemy

License:Apache License 2.0


Languages

Language:Go 100.0%