Goracle

Go database/sql driver for connecting to Oracle Database, using the ODPI-C library
Alternatives To Goracle
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Dbeaver31,150
9 hours ago1,741apache-2.0Java
Free universal database tool and SQL client
Typeorm30,8121,9942,16410 hours ago650September 20, 20221,914mitTypeScript
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Directus20,699509 hours ago55September 22, 2022349gpl-3.0TypeScript
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.
Dbal9,00247,9463,9332 days ago99April 05, 2022175mitPHP
Doctrine Database Abstraction Layer
Mysql Server8,8552614 hours ago2April 21, 20225otherC++
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
Usql7,925293 days ago125August 26, 202259mitGo
Universal command-line interface for SQL databases
Blog7,288
2 days ago30gpl-2.0PLpgSQL
Everything about database,business.(Most for PostgreSQL).
Jooq5,3541,1752599 hours ago178September 06, 20221,883otherJava
jOOQ is the best way to write SQL in Java
Liquibase3,7686,1383199 hours ago110September 14, 2022605apache-2.0Java
Main Liquibase Source
Pony3,165120 days ago3January 28, 2022311apache-2.0Python
Pony Object Relational Mapper
Alternatives To Goracle
Select To Compare


Alternative Project Comparisons
Readme

Goracle is deprecated because of naming (trademark) issues.

Please use github.com/godror/godror instead!

You can use "sed" to change everything:

sed -i -e 's,goracle "gopkg.in/goracle.v2",godror "github.com/godror/godror",g; s,gopkg.in/goracle.v2,github.com/godror/godror,g; s/"goracle"/"godror"/g; s/goracle[.]/godror./g' $(find . -type f -name '*.go') sed -i -e '/goracle.v2/d' go.mod

To change everything using modules:

for dn in $(fgrep -l goracle.v2 $(find . -type f -name 'go.mod') | sed -e 's,/go.mod$,,'); do (cd "$dn" && git pull && sed -i -e 's,goracle "gopkg.in/goracle.v2",godror "github.com/godror/godror",g; s,gopkg.in/goracle.v2,github.com/godror/godror,g; s/"goracle"/"godror"/g; s/goracle[.]/godror./g' $(find . -type f -name '*.go') && sed -i -e '/goracle.v2/d' go.mod && git commit -am 'goracle -> godror' && git push) done

Popular Database Projects
Popular Oracle Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Database
Git
Types
Sql
Driver
Oracle
Oracle Database