Best of PostgreSQL2021

  1. 1
    Article
    Avatar of supabaseSupabase·4y

    Five more things

    PG_graphql is a work-in-progress native Postgres extension adding GraphQL support. The extension keeps schema generation, query parsing, and resolvers all neatly contained on your database server. All requests are routed through global network of more than 250 cities. We're kicking off the "Holiday Hackdays" (loosely inspired by the 12th day of Christmas)

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Open Source PostgreSQL Studio - Powerful PostgreSQL tool is now open source for self-hosting

  3. 3
    Article
    Avatar of supabaseSupabase·4y

    PostgREST 9

    PostgREST 9 turns your Postgres database into a RESTful API. You can now make POST requests to functions with a single unnamed parameter. The !inner keyword lets you filter rows of the top-level table ( messages) based on a filter ( eq ) of the embedded table ( users)

  4. 4
    Article
    Avatar of changelogChangelog·5y

    MangoDB-io/MangoDB: A truly Open Source MongoDB alternative

    MangoDB is an open-source proxy, which converts MongoDB wire protocol queries to SQL. It uses Postgres as a database engine. MangoDB will be compatible with MongoDB drivers and will work as a drop-in replacement for MongoDB in many cases. It is in a very early stage and welcomes all contributors.

  5. 5
    Article
    Avatar of geekcultureGeek Culture·5y

    Should I Use MongoDB or PostgreSQL?

    MongoDB and Postgres are two of the most popular databases. We are going to cover their key features, functionality, performance, and their use cases. MongoDB is a schema-free document-oriented store. Postgres is ideal for transactional workflows that make it reliable in production.

  6. 6
    Article
    Avatar of supabaseSupabase·5y

    Supabase $30m Series A

    Supabase just raised $30M, bringing our total funding to $36M. As of September, we've launched over 50,000 databases. Active databases are growing 35% per month. Over 40,000 developers have signed up to Supabase from some of the world's leading companies.

  7. 7
    Article
    Avatar of phProduct Hunt·4y

    Arctype - Supercharged SQL client for developers and teams

    Arctype is a fast, beautiful database GUI for developers and teams. With SQL autocomplete, spreadsheet-style editing, one-click visualizations, collaboration, and the best support for Postgres, MySQL, and PlanetScale - you'll finally love working with your DB.

  8. 8
    Article
    Avatar of phProduct Hunt·4y

    Throw-Me - A hassle free URL shortener

  9. 9
    Article
    Avatar of netflixNetflix TechBlog·5y

    Beyond REST

    Rapid Development with GraphQL Microservices Netflix Technology Blog Follows Feb 22 · 8 min read ARTICLE. The entertainment industry has struggled with COVID-19 restrictions impacting productions around the globe. One approach that is gaining mind-share within Netflix Studio Engineering is the concept of GraphQL microservices (GQLMS)

  10. 10
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Create a Rest API with Express, PostgreSQL, TypeOrm, and TypeScript

    How to create a simple Rest API using Express framework, PostgreSQL, and coding with TypeScript. Jose Luis Campos Bautista explains how to create an API for a RESTful web service. The API is created with Express, Postgres, TypeOrm, and Typeescript.

  11. 11
    Article
    Avatar of phProduct Hunt·4y

    SQL playground - Free private sample PostgreSQL databases

    No local installations or spinning up cloud instances. Choose a database type, and get a unique connection string right away. Create a private Postgres database with a predefined structure & test data in the shortest time. No database installation, no local installations, and no cloud instances to spin up.

  12. 12
    Article
    Avatar of phProduct Hunt·5y

    bit.io - All your data in one place

    A single, giant, secure Postgres database. Public and private data. Add data in seconds. Query across all the data. Share with one click. Drag a CSV/XLS, get a database. Embed. Collect. Share. Add to a list.

  13. 13
    Article
    Avatar of pointerPointer·5y

    Best PostgreSQL GUIs in 2020

    Postgres is the second most popular database among web developers. Postgres has a built-in command line tool called psql. Navicat is not as popular as PgAdmin but definitely comes with many features you would expect from software that is open-source.

  14. 14
    Article
    Avatar of dzDZone·5y

    Advanced PostgreSQL Features: A Guide

  15. 15
    Article
    Avatar of hnHacker News·4y

    Databases in 2021: A Year in Review

    It was a wild year for the database industry, with newcomers overtaking the old guard and vendors fighting over benchmark numbers. We also had to say goodbye to some of our database friends through acquisitions, bankruptcies, or retractions. Here are some of the highlights and a few of my thoughts on what they might mean for the field of databases.

  16. 16
    Article
    Avatar of hnHacker News·4y

    supabase/supabase: The open source Firebase alternative. Follow to stay updated about our public Beta.

    Supabase is an open source Firebase alternative. We’re building the features of Firebase using enterprise-grade open source tools. You can sign up and start using Supabase without installing anything. We are currently in Public Beta. Watch "releases" of this repo to get notified of major updates.

  17. 17
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Become a Full Stack Developer with Svelte, Postgres, Vercel, and Gitpod

    Full stack web development includes the backend that happens on a server and the frontend that happens in the browser. Mike Nikles developed this course. The Svelte JavaScript framework is used for the front end with Postgres as the database. The app is deployed using Vercel and Railway. Watch the full course below or on the freeCodeCamp.org YouTube channel (7-hour watch).