You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple java swing app. Main purpose of this project is to compare two databases(oracle for now) without need for installing sql developer(for oracle). Source db means current and up to date database and target database means database needs to be updated compared to source database. For now, only compares tables,columns,views,constraint…
A database connectivity testing tool. You simply call DBMole with the parameters needed to connect to your DB (host, port, db, user, password), and let DBMole debug your connection for you!