09 May 25
endatabas
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)
10 Oct 18
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.