- postgresql-typed VS postgresql-transactional
- postgresql-typed VS postgresql-syntax
- postgresql-typed VS postgresql-simple-named
- postgresql-typed VS postgresql-tx
- postgresql-typed VS postgresql-schema
- postgresql-typed VS postgresql-simple-interpolate
- postgresql-typed VS postgresql-simple-opts
- postgresql-typed VS cassandra-cql
- postgresql-typed VS postgresql-simple-migration
- postgresql-typed VS postgresql-error-codes
Postgresql-typed Alternatives
Similar projects and alternatives to postgresql-typed
-
Knex
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
-
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.
-
-
kysely
Discontinued A type-safe typescript SQL query builder [Moved to: https://github.com/kysely-org/kysely] (by koskimas)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
postgresql-simple-named
:question: Implementation of named parameters for `postgresql-simple` library
-
-
-
-
-
-
-
-
-
Npgsql.FSharp.Analyzer
F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
postgresql-typed discussion
postgresql-typed reviews and mentions
- Kysely: TypeScript SQL Query Builder
-
What databases do you find the most productive to connect to Haskell?
If you need Cassandra specifically, cql-io is pretty good. For a general purpose database I'd go with Postgres. There are many good choices in the Haskell ecosystem, but I really like postgres-typed. It lets you write plain SQL, checks you queries against a live database schema at compile time, and makes sure you use the results correctly as well. It's amazing, I never ran into type related errors and it's pretty seamless.
Stats
dylex/postgresql-typed is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of postgresql-typed is Haskell.