Develop a simple console/text-based database application to manage donations for a NGO. -
create a database file called ngo.db using SQLite Expert - create a table called Donations, using
SQLite Expert; which contains a field storing the donators full name, and a field for the amount
- write a simple text-based Python program called donations.py which accesses the database and
repeatedly allows the user to insert records into the table. Also allow the user to terminate.

Develop a simple consoletext-based database application to manage d.pdf

  • 1.
    Develop a simpleconsole/text-based database application to manage donations for a NGO. - create a database file called ngo.db using SQLite Expert - create a table called Donations, using SQLite Expert; which contains a field storing the donators full name, and a field for the amount - write a simple text-based Python program called donations.py which accesses the database and repeatedly allows the user to insert records into the table. Also allow the user to terminate.