Need advice about which tool to choose?Ask the StackShare community!
Add tool
SQLAlchemy vs GINO: What are the differences?
SQLAlchemy: The Python SQL Toolkit and Object Relational Mapper. SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL; GINO: A non-typical ORM library in Python for asyncio. It is a non-typical object-relational mapping library in Python for asyncio, built on top of SQLAlchemy core and asyncpg, aiming for explicitness and productivity.
SQLAlchemy and GINO can be primarily classified as "Object Relational Mapper (ORM)" tools.
SQLAlchemy and GINO are both open source tools. SQLAlchemy with 3.4K GitHub stars and 887 forks on GitHub appears to be more popular than GINO with 1.34K GitHub stars and 85 GitHub forks.
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn MorePros of GINO
Pros of SQLAlchemy
Pros of GINO
Be the first to leave a pro
Pros of SQLAlchemy
- Open Source6
Sign up to add or upvote prosMake informed product decisions
Cons of GINO
Cons of SQLAlchemy
Cons of GINO
Be the first to leave a con
Cons of SQLAlchemy
- Documentation1
Sign up to add or upvote consMake informed product decisions
No Stats
What is GINO?
It is a non-typical object-relational mapping library in Python for asyncio, built on top of SQLAlchemy core and asyncpg, aiming for explicitness and productivity.
What is SQLAlchemy?
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
Need advice about which tool to choose?Ask the StackShare community!
Jobs that mention GINO and SQLAlchemy as a desired skillset
What companies use GINO?
What companies use SQLAlchemy?
What companies use GINO?
No companies found
See which teams inside your own company are using GINO or SQLAlchemy.
Sign up for StackShare EnterpriseLearn MoreSign up to get full access to all the companiesMake informed product decisions
What tools integrate with GINO?
What tools integrate with SQLAlchemy?
What tools integrate with GINO?
Sign up to get full access to all the tool integrationsMake informed product decisions
What are some alternatives to GINO and SQLAlchemy?
Entity Framework
It is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.
Hibernate
Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.
Sequelize
Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL,
MariaDB, SQLite and MSSQL and features solid transaction support, relations, read replication and
more.
Dapper
It is an object-relational mapping product for the Microsoft.NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database.
Entity Framework Core
It is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. It can serve as an object-relational mapper (O/RM), enabling .NET developers to work with a database using .NET objects, and eliminating the need for most of the data-access code they usually need to write.