Yaaay!!! Pragma v0.2.0 is out π₯³π₯³π₯³
- π₯ Now you can build GraphQL APIs in minutes with CRUD operations, permissions and roles, and focus on user-facing features instead of networking and database connections
- π Automated DB schema migrations, all schema migrations are inferred from your Pragma code
- πΊ You can now install Pragma on macOS using Homebrew:
brew install pragmalang/homebrew-tap/pragma
- π We've fixed many bugs in this release
Join our Discord server: https://discordapp.com/invite/gbhDnfC
Website: pragmalang.com
Twitter: @pragmalang, @anasbarg
Example Pragma code
With Pragma you don't have to worry about any of the following:
- Database schema migrations: All schema migrations are automatic, if it's not, it's a bug we have to fix
- Writing unreadable imperative authorization logic: Pragma allows you to define readable permissions and roles
- Writing GraphQL resolvers or HTTP middleware: Pragma generates a GraphQL API for you ready to be used from the front end
- Managing database connections, or writing queries: Who wants to deal with this
