20 Apr 25

The goal of this repository made by Daniel Olshansky is to demonstrate how to use Postgres for everything. Topics include: Blog Posts & Articles, Cron Jobs, Embeddable Postgres, Message Queues, Analytics, GIS & Mapping, Audit Logs, Access Control & Authorization, Search, Time Series, Column Oriented, NoSQL, Graph Data, Foreign Data, HTTP, API Platforms, GraphQL and Alternative Query Languages, Events, Replication, CDC, Caching, Unit Tests, HTML & Applications, Migrations, Performance Tuning, Monitoring, Scaling & Storage, User Interfaces & Dashboards, Visualization, Package Management, Language Servers,Data Privacy & Security (or Data Masking)

by agnieszka 8 months ago saved 2 times

24 Jan 12

ClojureQL allows you to express powerful database queries through simple, elegant, Clojure expressions. Out of the box it compiles to SQL92 which ensures compatability with PostgreSQL and MySQL.

ClojureQLs strength lies in its implementation of the primitives defined in Relational Algebra which allows queries to be composed freely.

by mlb 14 years ago