potygen

Postgres SQL Parser and type generator (by ivank)

Potygen Alternatives

Similar projects and alternatives to potygen

  1. lago

    194 potygen VS lago

    Open Source Metering and Usage Based Billing API ⭐️ Consumption tracking, Subscription management, Pricing iterations, Payment orchestration & Revenue analytics

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. sqlc

    179 potygen VS sqlc

    Generate type-safe code from SQL

  4. TypeORM

    165 potygen VS TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  5. sqlx

    151 potygen VS sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  6. draw.io

    138 potygen VS draw.io

    draw.io is a JavaScript, client-side editor for general diagramming.

  7. prql

    121 potygen VS prql

    PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

  8. jOOQ

    98 potygen VS jOOQ

    jOOQ is the best way to write SQL in Java

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. slonik

    73 potygen VS slonik

    A Node.js PostgreSQL client with runtime and build time type safety, and composable SQL.

  11. asciiflow

    53 potygen VS asciiflow

    ASCIIFlow

  12. SQLPage

    43 potygen VS SQLPage

    Fast SQL-only data application builder. Automatically build a UI on top of SQL queries.

  13. kysely

    35 potygen VS kysely

    A type-safe typescript SQL query builder

  14. cornucopia

    Generate type-checked Rust from your PostgreSQL.

  15. tenzir

    Tenzir is the data pipeline engine for security teams.

  16. feldera

    10 potygen VS feldera

    The Feldera Incremental Computation Engine

  17. sqlite-fast

    A high performance, low allocation SQLite wrapper targeting .NET Standard 2.0.

  18. NORM

    3 potygen VS NORM

    NORM - No ORM framework (by hettie-d)

  19. postgres

    44 potygen VS postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

  20. MonoSketch

    An ASCII graph drawing app

  21. services

    helpwave's microservices (by helpwave)

  22. ascii-d

    A cross-platform ASCII diagram drawing app https://web.ascii-draw.com

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better potygen alternative or higher similarity.

potygen discussion

Log in or Post with

potygen reviews and mentions

Posts with mentions or reviews of potygen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-08.
  • Sqlc: Compile SQL to type-safe code
    15 projects | news.ycombinator.com | 8 Sep 2024
    There was a saying that before learning postgres in depth, the db is just a dumb store of data for devs, once you spend time to learn the tools it provides though, most applications just look like a very thin layer on top of the sql.

    There is so much more to rdbms (especially pg) than just joins - common table expressions, window functions, various views, let alone all the extensibility - extensions, custom types, even enums.

    All of that can enable writing performant, type safe and very compact applications.

    I am yet to see libs that embrace the elegance of it all - I’ve attempted this once - https://github.com/ivank/potygen but didn’t get much traction. I’m now just waiting for someone more determined to pick up those ideas - a client lib that exposes the type safety and intellisence at compile time and allows you to easily compose those sql queries.

    I think this project has some ways to go to reach that though, but thankfully it is a step in the right direction.

  • Monodraw
    14 projects | news.ycombinator.com | 9 Mar 2024
    OMG this is one of my favorite tools paid for it all the way back when it went out. Have used it so many times just to write documentation for things like:

    https://github.com/ivank/potygen/blob/main/packages/potygen/...

    ASCII is just so versatile and allows you to put nice graphics in places where one does not expect, making things more easily understandable.

  • Pql, a pipelined query language that compiles to SQL (written in Go)
    6 projects | news.ycombinator.com | 28 Feb 2024
    I also wrote a parser (in typescript) for postgres (https://github.com/ivank/potygen), and it turned out quite the educational experience - Learned _a lot_ about the intricacies of SQL, and how to build parsers in general.

    Turned out in webdev there are a lot of instances where you actually want a parser - legacy places where they used to save things in plane text for example, and I started seeing the pattern everywhere.

    Where I would have reached for some monstrosity of a regex to solve this, now I just whip out a recursive decent parser and call it a day, takes surprisingly small amount of code! (https://github.com/dmaevsky/rd-parse)

  • Is ORM still an anti-pattern?
    15 projects | news.ycombinator.com | 27 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic potygen repo stats
4
100
2.8
over 1 year ago

ivank/potygen is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of potygen is TypeScript.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?