Pgocaml Alternatives
Similar projects and alternatives to pgocaml
-
-
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.
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better pgocaml alternative or higher similarity.
pgocaml discussion
pgocaml reviews and mentions
Posts with mentions or reviews of pgocaml.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-27.
-
Tools to generate type safe code models from Postgres schema?
I was looking around more and I found this OCaml library: https://github.com/darioteixeira/pgocaml
-
Ask HN: What is the killer app/library of your favorite language?
Although I haven't had to use it in several years, I'm quite fond of the OCaml extension I wrote which integrates PostgreSQL statements directly into the language. Values are type-checked across the boundary, SQL commands are validated at compile time, and proper prepared statements get generated (also at compile time). It's a little bit like MS Linq in concept, but it works by using PGSQL "DESCRIBE" to send the statement to the PostgreSQL server when compiling the code to do the validation and get the types. It really made writing database-baked websites less of a grind. https://github.com/darioteixeira/pgocaml
Stats
Basic pgocaml repo stats
2
161
2.4
3 days ago
darioteixeira/pgocaml 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 pgocaml is OCaml.