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.
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.
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
Queryx is licensed under Apache 2.0 as found in the LICENSE file.