Tag: PostgreSQL

  • Building REST API with Deno & PostgreSQL – Part 2

    Building REST API with Deno & PostgreSQL – Part 2

    Picking up from where we stopped in Part 1, this is the continuation of Developing REST API with Deno where we talked about the benefits of Deno and built an API that was persisting in the Browser. We’ll continue with integrating Deno and PostgreSQL. In this post, we’ll use one of the best database open-source…

  • Building API with Python, Flask, GraphQL, SQLAlchemy, & PostgreSQL

    Building API with Python, Flask, GraphQL, SQLAlchemy, & PostgreSQL

    GraphQL is a fast-rising specification for building API since it’s release by Facebook in 2015, it has been adopted by Facebook, Github, Pinterest, Yelp, Paypal, Shopify, Atlassian to mention a few. Read more: HERE I came up with this combination because I have been reading about GraphQL, SQLAlchemy about 2 weeks now. So I decided to…