python-cx_Oracle
godror
python-cx_Oracle | godror | |
---|---|---|
1 | 4 | |
892 | 549 | |
0.0% | 1.5% | |
3.0 | 8.8 | |
29 days ago | 19 days ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
python-cx_Oracle
-
Ask HN: How to optimise databases for latency rather than throughput?
Hm, maybe I need to run my tests again.
> https://github.com/oracle/python-cx_Oracle/issues/555#issue-...
This is what I saw for Oracle running on RDS. My ping was pretty stable: 500us.
What I found was that RDMSs are an order of magnitude slower even without the network latency.
godror
-
Oracle DB support in Benthos
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)
https://github.com/godror/godror/commit/703514c6ee2e5da6078b253ddd9c1c4fc5af8f40 https://github.com/evanoberholster/timezoneLookup
-
Oracle custom query on agent
It uses connection pooling and it looks like it uses https://github.com/godror/godror to do some of that.
-
Install godror
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?
DBD-Oracle - Oracle database driver for the DBI module
go-oci8 - Oracle driver for Go using database/sql
oracle-db-tools - This project is a repository of sample code that will demonstrate various concepts to assist developers in building applications around Oracle Database technologies. SDKs and scripts will be available to integrate with SQL Developer, Data Modeler, Oracle REST Data Services and DBaaS.
goracle
surrealdb.py - SurrealDB SDK for Python
sqlx - general purpose extensions to golang's database/sql