Supabase is an open-source backend-as-a-service (BaaS) platform that enables developers to build and scale applications efficiently without managing server infrastructure. Lau
Also listed in Application Development Platforms, Vector Database, Customer Identity and Access Management (CIAM), Mobile Development Platforms, Database as a Service (DBaaS)

What I like about Supabase is how quickly I can get a complete backend up and running without spending too much time on setup or infrastructure. The UI/UX is truly hats off—it's so easy to understand and use that the initial application setup and connecting everything was quick.
Integrations are another strong point, because it works well with the PostgreSQL ecosystem and common frontend frameworks. Performance feels fast and fits what I need for a POC-level application. It’s also been reliable for me; I haven’t noticed any downtime or lost time while using it.
I used the Free Tier plan, and it was surprisingly great. The onboarding process was smooth, and the docs are available when you need them. AI/Intelligence is like the cherry on the cake for Supabase, I would say. Review collected by and hosted on G2.com.
Manage terabytes to petabytes of digital information with millions of read/write operations and msec P99 response. Our high availability architecture takes full advantage of m
Also listed in Database as a Service (DBaaS), Wide Column Database

I like ScyllaDB's ability to handle high throughput workloads while maintaining consistently low latency. The horizontal scalability makes it easy to accommodate increasing data volumes and traffic without major performance degradation. I appreciate ScyllaDB's low latency performance, which remains consistent even when workload and traffic increase. The shard per core architecture is a big advantage because it minimizes resource contention and allows the database to make efficient use of available CPU, memory, and storage. Additionally, I find the initial setup straightforward, as we used Docker Compose to set up a 3-node cluster across different physical nodes in the same network. ScyllaDB integrates well with our existing technology stack, helping us manage high-volume data workloads without significant changes to the application architecture. Review collected by and hosted on G2.com.
OceanBase Database is a native, enterprise-level distributed database developed independently by the OceanBase team. It provides financial-grade high availability on commodity
I appreciate OceanBase Database's strong performance, especially in handling large-scale data and providing better query performance than MySQL for our workloads. I also value its built-in vector capabilities, which let us use vector search directly within our business database and simplify our architecture. Additionally, I like their responsive technical support; the support team responds to tickets quickly. Review collected by and hosted on G2.com.
PostgreSQL is the open source database of choice for people looking to do more and go faster. EDB supercharges PostgreSQL to help our customers innovate and accelerate.

EDB Postgres AI Database is great for applications that need dependable relational database functionality but are getting ready to move on to AI-oriented workloads. The software allows dealing with structured data, takes advantage of the existing PostgreSQL functionality, and provides applications with stable access to business intelligence. It is thus a useful tool for a team that is ready to integrate new AI capabilities into its current database strategy. Review collected by and hosted on G2.com.
Microsoft Access is a database management system (DBMS) developed by Microsoft, combining the relational Access Database Engine with a graphical user interface and software de

The absolute best part is how quickly you can spin up a functional relational database without needing a team of backend developers. For local data management, the wizard-driven Query Design tool and the built-in Form builder are fantastic. It allows me to create custom, user-friendly data entry interfaces for my team, preventing the human errors and messy data corruption that constantly happen when people try to use Excel as a database. Review collected by and hosted on G2.com.
SQL Server 2017 brings the power of SQL Server to Windows, Linux and Docker containers for the first time ever, enabling developers to build intelligent applications using the
Also listed in Database Management Systems (DBMS), Big Data Processing and Distribution, On-Premise Data Integration
SQL Server offers some of the most effective built-in performance features, which I use extensively to optimize queries and fine-tune indexing strategies such as clustered, non-clustered, and columnstore indexes. It also delivers strong security capabilities, including Transparent Data Encryption, row-level security, and dynamic data masking, making it a reliable choice for enterprise environments. Additionally, its flexibility across environments is a major advantage, allowing a seamless transition from on-premises deployments to the cloud without requiring significant redesign. Review collected by and hosted on G2.com.
Build business applications and database apps faster and easier with Kintone, the agile, no-code application Platform as a Service (aPaaS). Collaborate around your apps and da
Also listed in Workflow Management, Inventory Control, Desktop Database, Warehouse Management, Database as a Service (DBaaS)

Kintone gave our operations team enough control to adjust forms, add fields, and refine views without turning every small request into a development ticket. That independence is useful, but we learned fairly quickly that no-code does not mean no governance. During the first few months, too many people had permission to change applications, and the result was predictable: duplicate fields, inconsistent naming, and formulas that only made sense to the person who created them. We eventually assigned an owner to each app, introduced conventions for field codes, and added a review step before changes reached production. Lookup and Related Records have been especially valuable when several workflows depend on the same information. Instead of copying the client, project, technical owner, and contract type into every new record, we pull those values from the source app and display linked requests, incidents, or deliveries inside the main record. To non-technical users, it feels like they are working in a single system. Underneath, we can still keep separate apps with cleaner responsibilities and avoid turning one giant form into the company’s entire operating model. Review collected by and hosted on G2.com.
MySQL is the world's most popular open-source database, renowned for its reliability, performance, and ease of use. It serves as the backbone for many high-profile web applica

What I like best about MySQL is its simplicity and ease of use. I have been working as a Java developer for around 4 years, and MySQL has been one of the databases I frequently use with Spring Boot applications.
I particularly like MySQL Workbench because of its clean and user-friendly UI. It makes database management, query execution, schema design, and data visualization straightforward. For common CRUD operations, Workbench also provides convenient GUI options, so I don't always have to write every query manually. This saves development time and makes database management easier, especially during development and debugging. Review collected by and hosted on G2.com.
SAP HANA Cloud is the cloud-native data foundation of SAP Business Technology Platform, it stores, processes and analyzes data in real time at petabyte scale and converges mul
Also listed in Data Virtualization, Database as a Service (DBaaS), Database Management Systems (DBMS), Data Visualization, Location Intelligence

I like that SAP HANA Cloud allows us to use everything in one tool. It displays the purchasing order, which is something I appreciate. We were able to customize some analytics tools in our system, which adds to the flexibility. The ability to complete transactions in five to ten minutes at most, compared to our previous tool which took a lot longer, is a significant improvement. We've become accustomed to the system within a month, and now, after using it for approximately one and a half years, it's smooth sailing. Review collected by and hosted on G2.com.
Oracle Database is a comprehensive, multi-model database management system developed by Oracle Corporation. It is designed to handle various data types and workloads, includin
Also listed in Database as a Service (DBaaS)

I use Oracle Database to run critical business applications, handle vast amounts of data, and appreciate its reliability as it never crashes. I like that it doesn't break under pressure, and the tooling for DBAs is incredible. The security and compliance features provided out of the box are excellent, offering control to pass audits and avoid massive fines. It's also quite easy to set up, taking only about 10 minutes to get going. Review collected by and hosted on G2.com.
PostgreSQL is a powerful, open-source object-relational database system renowned for its reliability, extensibility, and adherence to SQL standards. Originating from the POSTG

I use PostgreSQL as the core database for a Pet Clinic Management System I built. It supports multi-role authentication (admin, doctor, staff, and pet owners), appointment scheduling, medical records, vaccination tracking, and invoice management, all within a single relational schema.
What I value most is PostgreSQL’s ability to enforce complex relational integrity. In my system, the appointments table includes foreign key constraints that link to animals, owners, doctors, schedules, and staff at the same time. PostgreSQL handles cascading deletes and referential integrity smoothly—for instance, when an owner is deleted, their associated animals and related records are automatically removed.
I also like the strong support for enum types, sensible timestamp defaults, and multi-column unique constraints, such as preventing duplicate owner registrations. These features made my schema design cleaner and more dependable. On the application side, PostgreSQL integrates well with PHP via PDO, so parameterized queries are easy to write and help keep the system secure against SQL injection. Review collected by and hosted on G2.com.
Cloud SQL is a fully managed, relational database service for running PostgreSQL, MySQL and SQL Server workloads. It's an ideal choice if you want to lift & shift an existing
Also listed in Database Management Systems (DBMS), Database as a Service (DBaaS)

I love how easy it is to manage Google Cloud SQL. Google takes care of tasks like scaling storage, automated backups, and maintenance, so we can focus on building applications instead of managing database infrastructure. It has been reliable for our production workloads. Automatic storage scaling is a big plus because it helps us handle growing project data without manual intervention or downtime. Automated backups and maintenance reduce our team's operational overhead, improving reliability by keeping the database updated and recoverable. These managed features save us time and let us focus more on application development. The initial setup was straightforward, creating a database instance, configuring users, and connecting our applications was simple through the Google Cloud Console. The clear documentation made it easy to get started quickly. Review collected by and hosted on G2.com.
Ninox is the easy no-code platform for everyone. Create your own Business Application that matches your workflow. Additionally Ninox promotes team collaboration functionalitie
Also listed in Workplace Innovation Platforms, Desktop Database, Database as a Service (DBaaS), Low-Code Development Platforms

Ninox is wonderfully intuitive and visual. I’m a graphic designer, not a database engineer, and I stumbled on Ninox by accident in 2021 and haven’t looked back since. It let me build exactly what I need without hiring experts: a single workspace for my service offers, print materials, customers, freelancers, printers, plus a complete invoicing and accounting setup. The help desk has been consistently patient and genuinely helpful whenever I’ve had questions.
Before Ninox I tried Microsoft Access (plus two or three extra programs) to stitch my workflow together. It never felt intuitive, and I couldn’t get everything into one database without outside help. Ninox replaced that patchwork with a single, flexible system I can actually maintain myself. The result: less time wrestling with tools, more time designing and a clearer view of my studio’s operations, from project intake to invoicing.
Bottom line:
If you want a powerful database that feels approachable and looks clean, Ninox delivers. It’s the rare platform that lets non-developers build real business workflows without the usual headaches. Review collected by and hosted on G2.com.
Amazon Relational Database Service (RDS) is a web service that makes it easy to set up, operate, and scale a relational DB in the cloud: Amazon Aurora, PostgreSQL, MySQL, Mari
Also listed in Relational Databases

I am using Amazon Relational Database Service (RDS) as a cloud database, allowing me to choose PostgreSQL, MySQL, etc., based on my needs. Since I am already using AWS services like S3, EC2, AWS Lambda, and IAM users, I find it good that RDS integrates within this ecosystem. I can access RDS outside of AWS with credentials, use it locally with a Node.js backend, and update the database on the cloud. I appreciate that I can connect it with MySQL Workbench and add security layers as per our requirements. Being able to use MySQL Workbench to connect with RDS and update the whole database without logging into AWS again is convenient, as it eliminates the need to export and import data each time. Review collected by and hosted on G2.com.
Redis Cloud combines the power of Redis with the convenience of a fully managed service, offering blazing-fast performance with sub-millisecond latency and millions of operati
Also listed in Document Databases, Graph Databases, Time Series Databases, Key Value Databases, AI Search & Retrieval Infrastructure Platforms
What I like most about Redis Cloud is its speed and reliability. It makes caching and real-time data processing extremely fast, and the managed infrastructure removes the hassle of handling scaling, backups, and failover manually. Review collected by and hosted on G2.com.
Nonrelational database for applications that need performance at any scale
Also listed in Database as a Service (DBaaS), Key Value Databases

I like Amazon DynamoDB's fully managed and highly scalable NoSQL database with very low latency and seamless AWS integration. I appreciate the automatic scaling because it handles workloads seamlessly and offers high availability with minimal operational overhead. The low latency performance of DynamoDB enables fast read and writes for our organization's real-time applications. I value its serverless architecture, which means we don't have to manage infrastructure, reducing the operational overhead significantly. The streams integration provides event-driven workflows, and the global tables offer multi-region availability and resilience, solving multiple problems. I also find it really useful for integrating data pipelines and working with event-driven applications. Review collected by and hosted on G2.com.
YugabyteDB is turbocharged PostgreSQL for business-critical transactional applications. 100% open source, it offers built-in resilience, on-demand scaling, and more!
Also listed in Wide Column Database, Database as a Service (DBaaS), Database Management Systems (DBMS)

One thing I've appreciated more recently is how well YugabyteDB handles failover in practice - not just in theory. When I tested node failures in a 3-node setup, the recovery was smoother than I expected. The PostgreSQL compatibility has also gotten noticeably better; more of my existing queries just work without tweaking. The active open-source community on GitHub has also been helpful when I ran into edge cases. Review collected by and hosted on G2.com.
Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, operate, and scale popular open source compatible in-memory data stores. Build data-intensive a
Also listed in Database as a Service (DBaaS), Data Replication

Amazon ElastiCache significantly improves application performance by providing fully managed in-memory caching with support for Redis OSS, Valkey, and Memcached. I particularly like automatic failover, Multi-AZ deployments, read replicas, cluster mode, snapshots, and seamless scaling, which remove much of the operational burden associated with self-managed cache clusters.
The service delivers extremely low-latency access for frequently used application data and integrates naturally with EC2, Lambda, ECS, EKS, API Gateway, and modern microservices. Performance improvements are immediately noticeable for read-heavy applications, often reducing database load dramatically while improving end-user experience. Review collected by and hosted on G2.com.
Amazon Aurora is a fully managed relational database service that combines the performance and availability of high-end commercial databases with the simplicity and cost-effec
Also listed in Database as a Service (DBaaS)

I like Amazon Aurora's performance, scalability, and reduced operational overhead compared to managing traditional databases manually. It provides a seamless blend of MySQL, Postgres, and SQL compatibility with cloud-native high availability and automation. I use it for production applications where uptime, scalability, and performance are critical. Aurora effectively handles transaction workloads and supports our back-end APIs and microservices, particularly in high availability database environments, which is crucial for our cloud-native application architecture on AWS. Review collected by and hosted on G2.com.
Azure SQL Database is a fully managed, intelligent relational database service built on the Microsoft SQL Server engine, designed to support modern cloud applications. It offe
Also listed in Database as a Service (DBaaS)

I use Azure SQL Database as a managed relational database for storing and querying application data without worrying about infrastructure. It's great for building scalable apps since it handles backups automatically. It takes a lot of the operational headache off my plate, so I don't have to manage servers, patching, or backups manually, saving me lots of time. I really like how it takes care of backups, updates, and high availability automatically, allowing me to focus on building features instead of maintaining infrastructure. The database scales easily depending on the workload and integrates well with Microsoft tools. The initial setup was pretty straightforward, as the Azure portal guides you through creating a database step by step. Review collected by and hosted on G2.com.