0
1.3kviews
Demonstrate CRUD operations on database using python.

Program to demonstrate CRUD (create, read, update and delete) operations on database (SQLite/ MySQL) using python.

1 Answer
2
49views

Database CRUD Operations on SQLite Database using Python

  • Python has built-in support for SQLite database through the sqlite3 module.

  • The CRUD represents the basic database operations such as Create, Read, Update and Delete.

  • SQLite database is an open-source and self-configured relational database engine that doesn't require a server configuration like …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.