Python
PermaDB Docs
PermaDB is a versatile and easy to use database management library that aims to be fast, and save space.
v0.0.0 API
class PermaDB
Importing the class from the module.
PermaDB(db_name, [options])
Returns database
By creating a new instance of the PermaDB class, you create and open a new sqlite3 database. You can customize the options of the database with arguments.
Last updated