Aiven acquires EverSQL 🎉

By Oded Valin and Tomer Shay We are thrilled to share that we are joining Aiven, the leading open source cloud data platform. This is an exciting milestone in the EverSQL journey. From our early days spent in a coffee shop conceptualizing how we could solve the real-world challenge of database optimization to free up… Continue reading Aiven acquires EverSQL 🎉

My Oracle to PostgreSQL Migration: The 7 Tools That Made It Possible

I have a confession to make: I'm a huge fan of Oracle. I absolutely adore the company and its technology. Admittedly, I'm not fond of their pricing practices, but overall, they offer excellent products. As an Oracle DBA for a major energy infrastructure company in California, I've spent years mastering Oracle databases. However, a recent… Continue reading My Oracle to PostgreSQL Migration: The 7 Tools That Made It Possible

Cheaper & Faster PostgreSQL/MySQL?

Exciting news! We've added new PostgreSQL and MySQL features that will help optimize your database performance and save you money. Check out our latest updates: Reduce your MySQL/PostgreSQL cost Analyze your database and schema to save $$$ by applying these optimizations. EverSQL helps reduce your database monthly cost by providing on-going recommendations such as deletion… Continue reading Cheaper & Faster PostgreSQL/MySQL?

Top 7 tips for optimizing and reducing your RDS cost

PostgreSQL is one of the most popular databases among developers, with a growing number of companies choosing it as their main relational production database. In 2021 Stack Overflow Developer Survey, PostgreSQL was the fourth most commonly used database among developers, after MySQL, SQL Server, and Oracle. And today, 2023, it is the most popular database… Continue reading Top 7 tips for optimizing and reducing your RDS cost

7 Unusual Uses of Chat-GPT for Text-to-SQL and SQL Queries

As a developer, you may have used natural language processing (NLP) and its potential to revolutionize the way we interact with technology. Text-to-SQL tools powered by OpenAI, are a powerful method that can generate SQL statements from natural language text. In this blog post, we will explore seven creative and unusual examples of how to… Continue reading 7 Unusual Uses of Chat-GPT for Text-to-SQL and SQL Queries

7 Best and Worst ORM for Node.js in 2023

Note: The information here is based on a research done on 10,Jan, 2023. Overview ORM stands for "Object-Relational Mapping." It is a technique that allows a Node.js applications to access and manipulate data stored in a database management system (DBMS) using objects. Some popular Node.js / JavaScript ORM frameworks include: Sequelize Prisma Objection.js Mikro ORM… Continue reading 7 Best and Worst ORM for Node.js in 2023