Best of PostgreSQLNovember 2021

  1. 1
    Article
    Avatar of phProduct Hunt·4y

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

  2. 2
    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)

  3. 3
    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.

  4. 4
    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.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Throw-Me - A hassle free URL shortener