'Python best practices and OOP with oracle

does any one have any material to recommend me on how to properly create a good CRUD code to handle python with oracle? I am doing some basic query/insert/update operations already but I would like to use proper classes attributes, validations to the class instanciation before adding data to the database so I don´t add bad data. With SQLite I have used SQLModel classes which made that easy and readable. Do we have any of that for python+oracle? I have been searching for that but couldn´t find much data about it. Appreciate your help in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source