/todo_database

This is a Python package for our Dynamic Programming Languages project

Primary LanguagePythonMIT LicenseMIT

todo_database

How to use:

  1. Call init() to create Sqlite connection
  2. Do your stuff...
  3. Close connection with close()