Need advice about which tool to choose?Ask the StackShare community!

MariaDB

16.6K
12.8K
+ 1
468
peewee

50
105
+ 1
19
Add tool

MariaDB vs peewee: What are the differences?

Developers describe MariaDB as "An enhanced, drop-in replacement for MySQL". Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance. On the other hand, peewee is detailed as "A small, expressive ORM -- supports postgresql, mysql and sqlite". A small, expressive orm, written in python (2.6+, 3.2+), with built-in support for sqlite, mysql and postgresql and special extensions like hstore.

MariaDB can be classified as a tool in the "Databases" category, while peewee is grouped under "Object Relational Mapper (ORM)".

MariaDB and peewee are both open source tools. peewee with 6.57K GitHub stars and 1.09K forks on GitHub appears to be more popular than MariaDB with 2.79K GitHub stars and 856 GitHub forks.

Decisions about MariaDB and peewee
Omran Jamal
CTO & Co-founder at Bonton Connect · | 5 upvotes · 580.5K views

We actually use both Mongo and SQL databases in production. Mongo excels in both speed and developer friendliness when it comes to geospatial data and queries on the geospatial data, but we also like ACID compliance hence most of our other data (except on-site logs) are stored in a SQL Database (MariaDB for now)

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of MariaDB
Pros of peewee
  • 149
    Drop-in mysql replacement
  • 100
    Great performance
  • 74
    Open source
  • 55
    Free
  • 44
    Easy setup
  • 15
    Easy and fast
  • 14
    Lead developer is "monty" widenius the founder of mysql
  • 6
    Also an aws rds service
  • 4
    Learning curve easy
  • 4
    Consistent and robust
  • 2
    Native JSON Support / Dynamic Columns
  • 1
    Real Multi Threaded queries on a table/db
  • 7
    Easy to start
  • 4
    Free
  • 4
    High Performance
  • 4
    Open Source

Sign up to add or upvote prosMake informed product decisions

What is MariaDB?

Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.

What is peewee?

A small, expressive orm, written in python (2.6+, 3.2+), with built-in support for sqlite, mysql and postgresql and special extensions like hstore.

Need advice about which tool to choose?Ask the StackShare community!

What companies use MariaDB?
What companies use peewee?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with MariaDB?
What tools integrate with peewee?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to MariaDB and peewee?
PostgreSQL
PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
Percona
It delivers enterprise-class software, support, consulting and managed services for both MySQL and MongoDB across traditional and cloud-based platforms.
Oracle
Oracle Database is an RDBMS. An RDBMS that implements object-oriented features such as user-defined types, inheritance, and polymorphism is called an object-relational database management system (ORDBMS). Oracle Database has extended the relational model to an object-relational model, making it possible to store complex business models in a relational database.
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
See all alternatives