1
0 Comments

Pragma: Write your back end in minutes

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

Example Pragma code

on December 21, 2020