Skip to main content

23 posts tagged with "database"

database tag description

View All Tags

Vercel Database Options and Solutions

· 6 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

Vercel Database Options: A Comprehensive Guide 🗃️

Vercel provides a suite of data storage solutions designed to complement its serverless and edge-first architecture. Instead of a single "Vercel Database," you get a selection of tools, each optimized for a specific use case. This allows you to choose the right database for the job, whether it's a simple key-value store or a full relational database.

Supabase answers

· 10 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

Custom Postgres Roles and RLS in Supabase

Yes, you can define your own custom PostgreSQL roles and use them with RLS in Supabase. This is a powerful feature for implementing sophisticated Role-Based Access Control (RBAC) [1, 2].

The key is to understand that Supabase's built-in auth.uid() function and authenticated role are tied to the user's session. To use custom roles, you need to store this role information and make it accessible to your RLS policies.

Supabase vendor-lock

· 5 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

There is minimal vendor lock-in with Supabase. The platform is designed to be as open as possible, leveraging established, open-source technologies. This makes it relatively easy to migrate away from their managed service if needed.

Integrate the Supabase

· 7 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

Supabase is built on a standard PostgreSQL database, giving you the flexibility to interact with it using various tools and methods. This guide explores how to integrate with Supabase, extend its functionality, and choose the right method for different tasks.

Supabase version control

· 9 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

Building robust applications requires more than just a functional database; it requires a disciplined approach to managing changes, testing, and deployment. This guide will focus on the DevOps side of Supabase, explaining how to handle database migrations, integrate with CI/CD pipelines, and manage test data.

Advanced functionality of Supabase

· 12 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

The Advanced Supabase Guide: Database Features, Multi-Tenancy, and Scalability

This guide delves into the advanced functionality of Supabase, exploring database features, security, and best practices for building robust, scalable applications.

Supabase architecture question-answer

· 12 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

An In-Depth Guide to Supabase: Architecture, Scalability, and Production Readiness

As a developer, choosing a backend platform is a critical decision that impacts everything from data modeling to scalability and security. Supabase, the open-source Firebase alternative, has gained significant traction. This guide will provide an in-depth analysis of Supabase, answering key questions about its architecture, scalability, and suitability for production applications.