Simplifies the database operations. Updated.
Project description
Database Operations
Library for simplifying database operations.
Contains standard functions for database operations.
GitHub Page : https://github.com/NotShrirang/pydbops
Installing pydbops with PyPI :
pip install pydbops
Importing pydbops:
from pydbops import *
Methods in Database:
openDatabase()
- Creates a database and returns a Database object.createTable()
- Creates table of given name.addEntry()
- Function for inserting values in database.databaseVersion()
- Returns sqlite3 version.getFieldNames()
- Function for getting field names.getTable()
- Creates Table instance.length()
- Returns length of database.removeEntry()
- Function for removing records from database.searchEntry()
- Function for searching in database.tableNames()
- Function for retrieving tables in a database.updateEntry()
- Function for updating values in database.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydbops-0.0.3.tar.gz
(6.6 kB
view hashes)