Row Level Security Extension for SQLite Feasiblity

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sqlite

    Golang library to build sqlite extensions :rocket: (by riyaz-ali)

  • A recent project has me happily using SQLite but I am missing having Row Level Security (RLS) for my application. I searched around and SQLite has no out-of-the-box or 3rd party ext support for RLS.

    I am seeing that 1) we can load extensions into SQLite (see attached URL), and 2) that extensions can create modules with pretty rich functionality. Maybe a virtual table impl with `xFilter` and/or `xNext` fns could help yield the row filtering, plus some custom fns to add some state used during the query to configure the dynamic constraint?

    Interesting idea? Plausible?

    I also saw someone made some handy golang bindings, which could add a few niceties to writing such an extension (albeit heresy to some, to lodge Go into SQLite :)).

    https://github.com/riyaz-ali/sqlite/blob/master/virtual_tabl...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build SQLite Extensions in Go

    1 project | news.ycombinator.com | 19 Feb 2021
  • SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML

    3 projects | news.ycombinator.com | 3 Aug 2022
  • Show HN: A standard library for mattn/go-sqlite3

    1 project | news.ycombinator.com | 26 May 2022
  • Lag Is Never Where You Want It... Or Don't Want It

    1 project | dev.to | 1 May 2024
  • Boost Your Medium Visibility: 12 Essential Tips for Writers

    1 project | dev.to | 31 Mar 2024