PostgreSQL is the most powerful open-source object-relational database system, maintained by a global developer community, renowned for its extensibility, standard compliance, and reliability.
Provider
12 results shownMySQL is the world's most popular open-source relational database management system, originally developed by Sweden's MySQL AB in 1995 and now owned and maintained by Oracle Corporation, widely used by millions of websites and applications.
Notion is an all-in-one workspace from San Francisco, combining notes, databases, wikis and project management with over 100 million users. A free plan is available, Plus costs about $10 per member per month, and it is a popular choice for personal and team knowledge management.
Supabase is an open-source Firebase alternative headquartered in San Francisco, United States, providing PostgreSQL database, authentication, realtime subscriptions, and storage as a backend platform for building apps.
Airtable is a US low-code data collaboration platform founded in San Francisco in 2012, blending spreadsheets with databases and serving 450,000+ business customers with 20+ field types and 500+ templates.
MariaDB is an open-source database fork of MySQL created by MySQL original founder Michael "Monty" Widenius, maintained by MariaDB Corporation Ab (Helsinki, Finland).
Apache Cassandra is a highly scalable open-source distributed NoSQL database created in 2008 at Facebook by Avinash Lakshman and Prashant Malik, featuring a masterless architecture with linear scalability and high availability.
Fibery is a connected workspace founded in Prague in 2016 that merges database, documents and project management. The Business plan starts around $7/user/month, ideal for remote teams that want a custom data model.
Coda is a document-and-database hybrid collaboration platform founded in 2014 in San Francisco. The free plan creates up to 50 docs, with 400+ Coda Packs integrations and Coda AI for building spreadsheets, boards and automated workflows.
ISPmanager is the Linux server management panel by Russia's ISPsystem, providing integrated website, email, DNS, database, SSL, firewall, and billing management via a web interface, simplifying shared hosting and server management for hosting providers and enterprise IT.
Huawei Cloud is Huawei's cloud computing brand, ranking among the top in the Chinese market, with deep expertise in government, finance, manufacturing, and energy, providing full-stack cloud services based on the Kunpeng (ARM) and Ascend (AI) self-developed chips across 30+ regions, with differentiated capabilities like GaussDB, ModelArts, and Pangu LLM.
Oracle Cloud (OCI), launched in 2016 and headquartered in Austin, Texas, is Oracle's enterprise cloud platform. Known for its generous always-free ARM tier (4-core, 24GB RAM) and deep Oracle Database integration across 44 global regions.
Article
8 results shownOracle Cloud OCI 2026 Updates: Database & AI Infrastructure Enhancements
Oracle Cloud continues to strengthen its database advantage and AI infrastructure in 2026, launching several new services for enterprise customers.
Notion Project Management Guide: Templates, Databases, and Collaboration
Notion is one of the most flexible collaboration tools. This article shares how to use Notion for project management, databases, and knowledge base.
Website Tech Stack Basics: Frontend, Backend, Database, Server, and Domain
What technologies do you actually need to build a website? This guide explains the five layers — frontend, backend, database, server, and domain — using a restaurant-team analogy, compares four common stacks (LAMP, LNMP, MEAN, and serverless), and gives a method for choosing a stack by project type, with a comparison table, answering "what stack do I need and how do I choose."
MySQL and PostgreSQL in Production: A Basic Tuning Guide
From installation and system parameters to memory tuning, this guide covers production baseline configuration for MySQL 8 and PostgreSQL, including connections, buffer pools, WAL and slow query logs.
Data Encryption in Practice: Disk, Database, and Transport
A layered look at data encryption - LUKS disk encryption, database encryption at rest, and TLS in transit - plus key management and backup essentials for a complete protection chain.
ORM and Database Integration: Prisma, SQLAlchemy, Eloquent Compared and in Practice
An ORM integration guide based on the official Prisma, SQLAlchemy, and Laravel Eloquent documentation, comparing mainstream ORMs and covering data modeling, migrations, and N+1 prevention.
Making PHP 7 Compatible with mysql_connect at the Code Level
PHP 7 removed the mysql_connect family of functions, so legacy code throws a fatal error when called directly. This article explains how to define compatibility functions at the code level that use mysqli internally, letting old code run without major rewrites.
Backend Integration
From AI prompt templates to PHP contact forms, Nginx reverse proxies, API design and security baselines — a practical guide to backend integration and its common pitfalls.