A database for python.It is offline and it is still in testing phase!
Project description
Copyright 2021 JonianPythonDev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This Module is very useful and easy to use! What this module does is that makes a folderdatabase and in database makes folderstables that you can store data and classify all of them ! This Module is copyrighted as you can see from above and all free to use!
Here is the codes you can use to make database:
“”” #import module from PyDatabaseModule import *
#define database location location = r”C:UsersLocal UserDesktopProject”
#name database name = “Database”
# create data base Data(name,location)
#Create table or a class Folder database # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above #Define Table Name in table name CreateTableData(databaseName,databaseLocation,tableName)
#This creates data file # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above #Define Table Name in table name #Define msgData as the label of data table like –>(“hi”) = “<–” #Define msg as value of msgData “–>” = (–>”hi”<–) InsertDataTable(databaseName,databaseLocation,tableName,TableData)
#This writes in data files # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above #Define Table Name in table name WriteDataTable(databaseName,databaseLocation,tableName,TableData,msgData,msg)
#This reads the datafile # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above #Define Table Name that you want to read in table name ReadDataTable(databaseName,databaseLocation,tableName,TableData)
#This deletes table data # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above #Define Table Name that you want to read in table name #Define Table data name. DeleteTableData(databaseName,databaseLocation,tableName,TableData)
#This deletes table # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above #Define Table Name that you want to read in table name DeleteTable(databaseName,databaseLocation,tableName)
#This deletes Database # Define Database Name that you want to save table in databaseName # Define Database location that your database is or just put “location” from above DeleteDataBase(databaseName,databaseLocation)
“””
If you have a problem with the download code just msg me on my tiktok : JonianPythonDev Everyone can msg me !
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
File details
Details for the file PythonDatabaseModule-1.5.3.tar.gz.
File metadata
- Download URL: PythonDatabaseModule-1.5.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4000a025ce9a3149af84283ab5597ead596b7d1e5a0bbb4b3a6e507634d2126
|
|
| MD5 |
34fd462d911fbc946c69b94746b5fda9
|
|
| BLAKE2b-256 |
8159e195bae195489c9cd8b45400e47dfd126ad20a91b2ef4f3371449e4920e5
|