adonisjs / core

AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
https://adonisjs.com
MIT License
16.94k stars 638 forks source link

Add support for Malloy language #3364

Closed ansarizafar closed 2 years ago

ansarizafar commented 2 years ago

Malloy postgresdb support is coming next month but Malloy only allow querying database, writes are not supported. It would be great If somehow we can use Malloy with Adonisjs

https://github.com/looker-open-source/malloy

RomainLanz commented 2 years ago

Hey @ansarizafar! 👋🏻

Nothing stops you from installing Malloy and using it inside your application. Closing since this is not an issue with the framework itself, and it is not a feature we want to integrate in the core of Adonis.