Queryx

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

README

Queryx


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.

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.