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
Hello! I really like PeepDB and I'm interested in contributing Oracle Database support to the project. I've started working on an implementation using python-oracledb as the driver.
My initial implementation plan includes:
Adding a new OracleDatabase class that extends BaseDatabase
Implementing core functionality for connecting, querying, and pagination
Supporting features like table listing and schema inspection
Adding appropriate error handling and logging
Would love to get feedback on this approach before proceeding further. Let me know if there are specific requirements or considerations I should keep in mind while implementing this.
I can share an initial PR with the basic implementation for review once I have the core functionality working.
No description provided.
The text was updated successfully, but these errors were encountered: