Show HN: SQL++ – 5x faster than Prisma (Rust)
github.com·4h·
Discuss: Hacker News
Flag this post

SQL++: At Least We’re Better Than YAML

Hello and welcome to SQL++, the database library that’s faster than your ORM and doesn’t make you write YAML configuration files.

What is SQL++?

SQL++ is a compile-time type-safe SQL language for Rust that compiles directly to PostgreSQL’s wire protocol. Think of it as “SQL with types” or “what if we just made SQL good?”

The pitch: All the power of raw SQL, with compile-time type safety, zero runtime overhead, and performance that makes ORMs cry.

Why SQL++?

Because we’re tired of:

  • ORMs that are slow and generate terrible SQL
  • Query builders that are verbose and still not type-safe
  • Raw SQL strings that break at runtime
  • Having to choose between performance and safety

SQL++ gives you both. At compile time. Wit…

Similar Posts

Loading similar posts...