swiftcarrot / queryx

Schema-first and type-safe ORM for Golang and TypeScript

Home Page:https://queryx.caitouyun.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queryx

English | 中文

Queryx is schema-first and type-safe ORM for Go and TypeScript.

  • Schema First: Queryx automatically migrates the database based on defined models in a queryx schema file.
  • Type Safe: Queryx generates friendly, type-safe ORM methods and come with autocomplete support and are free from type-related errors.
  • Go and TypeScript: Queryx supports generating both Go and TypeScript ORM methods.

Quick Installation

To easily install the latest version of queryx, open your terminal and run the following command:

curl -sf https://raw.githubusercontent.com/swiftcarrot/queryx/main/install.sh | sh

You can also build queryx from the source following the instructions here.

Documentation and Support

Queryx documentation is available at: https://queryx.caitouyun.com

Feel free to open an issue or start a discussion if you have any questions. Join our Discord community

License

Queryx is licensed under Apache 2.0 as found in the LICENSE file.

About

Schema-first and type-safe ORM for Golang and TypeScript

https://queryx.caitouyun.com

License:Apache License 2.0


Languages

Language:Go 70.7%Language:TypeScript 23.4%Language:HCL 3.5%Language:Shell 1.5%Language:Makefile 0.9%