SaaSHub helps you find the best software and product alternatives Learn more →
Store Alternatives
Similar projects and alternatives to store
-
materialize
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data. (by MaterializeInc)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
prql
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
-
store discussion
store reviews and mentions
- PostgreSQL Shopping Cart
-
A Critique of SQL, 40 Years Later
Cool! I do this, but I haven't seen anyone else do it. Is any of your code public?
I wrote about it at https://sive.rs/pg
and posted my SQL shopping cart at https://github.com/sivers/store
Please contact me if you'd like to share tips: https://sive.rs/contact
-
Single Dependency Stacks
Also:
https://sive.rs/pg2 - Simplify: move code into database functions
https://sive.rs/pg - PostgreSQL example of self-contained stored procedures
some linked examples: https://github.com/sivers/store/tree/master/store/functions
I like this idea in theory ... although it would cause me to need to know a lot more SQL, which is a powerful but hostile language :-/
I care about factoring stuff out into expressions / functions and SQL fails in that regard ...
https://www.scattered-thoughts.net/writing/against-sql/
It's hard to imagine doing this with a ton of duplication. I have written SQL by hand and there are probably more confusing corners than shell, which is saying a lot (and which I didn't have too hard a time learning)
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jan 2025
Stats
sivers/store is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of store is Ruby.