From 456151b58bc541dd3bd667a5c2d62e9e90201104 Mon Sep 17 00:00:00 2001 From: Sivaprasad Murali Date: Fri, 3 Apr 2026 22:23:57 +0530 Subject: [PATCH] Update GitHub repository link of Biscuit Updated the repository link in README from the old/outdated URL to the current GitHub repository. --- content/ext/e/biscuit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ext/e/biscuit.md b/content/ext/e/biscuit.md index fb59dd673..6918cfaaa 100644 --- a/content/ext/e/biscuit.md +++ b/content/ext/e/biscuit.md @@ -6,10 +6,10 @@ weight: 2170 ---
- +
Repository
CrystallineCore/pg_biscuit
-
https://github.com/CrystallineCore/pg_biscuit
+
https://github.com/CrystallineCore/Biscuit
Source
@@ -167,7 +167,7 @@ CREATE EXTENSION biscuit CASCADE; -- requires: plpgsql ## Usage -> [GitHub: CrystallineCore/pg_biscuit](https://github.com/CrystallineCore/pg_biscuit) +> [GitHub: CrystallineCore/Biscuit](https://github.com/CrystallineCore/Biscuit) `biscuit` (pg_biscuit) is a PostgreSQL extension that provides IAM-like pattern matching with bitmap indexing. It enables efficient matching of permission-style patterns against text values using a specialized bitmap index.