oursql VS godror

Compare oursql vs godror and see what are their differences.

oursql

oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors. (by python-oursql)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
oursql godror
- 4
35 500
- 2.2%
0.0 8.6
over 3 years ago 16 days ago
C C
\r\n GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

oursql

Posts with mentions or reviews of oursql. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning oursql yet.
Tracking mentions began in Dec 2020.

godror

Posts with mentions or reviews of godror. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-07.
  • Oracle DB support in Benthos
    8 projects | /r/golang | 7 Oct 2022
    This work wasn't possible without https://github.com/sijms/go-ora and the amazing Oracle XE Docker images which Gerald Venzl put together: https://geraldonit.com/2021/08/15/oracle-xe-docker-images/. There's also https://github.com/godror/godror, but the main Benthos release is strictly CGo-free.
  • Getting timezone from address (country code, zip code and state)
    4 projects | /r/golang | 16 Oct 2021
    https://github.com/godror/godror/commit/703514c6ee2e5da6078b253ddd9c1c4fc5af8f40 https://github.com/evanoberholster/timezoneLookup
  • Oracle custom query on agent
    1 project | /r/zabbix | 7 Aug 2021
    It uses connection pooling and it looks like it uses https://github.com/godror/godror to do some of that.
  • Install godror
    2 projects | /r/golang | 16 Apr 2021
    go get github.com/godror/godror go: downloading github.com/godror/godror v0.24.4 go: downloading github.com/go-logfmt/logfmt v0.5.0 # github.com/godror/godror cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

What are some alternatives?

When comparing oursql and godror you can also consider the following projects:

PyMySQL - MySQL client library for Python

go-oci8 - Oracle driver for Go using database/sql

mysqlclient - MySQL database connector for Python (with Python 3 support)

goracle

mysql-python - MySQLdb is a Python DB API-2.0 compliant library to interact with MySQL 3.23-5.1 (unofficial mirror)

sqlx - general purpose extensions to golang's database/sql

awesome-mysql - A curated list of awesome MySQL software, libraries, tools and resources

go-sqlite3 - sqlite3 driver for go using database/sql

awesome-postgres - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql

go-sql-driver/mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package

asyncpg - A fast PostgreSQL Database Client Library for Python/asyncio.

pig - Simple pgx wrapper to execute and scan query results