A Minimalistic Database System in Python
Project description
This is a very minimalistic database module
General use
To create a database:
>>>from infobase import infobase
>>>data = infobase(name, [list, of, values])``
>>>data.new_infobase()
This will create a new database and store it
You can then add a row like so:
>>>data.add_row([items, to, add])
You can always print your data like so:
>>>print data
| Num | list | of | values |
| --- | ----- | -- | ------ |
| 1 | items | to | add |
Note: items will be closer together
Changelog
0.8.Alpha
Notes for this release:
Added a changelog
If you have any bugs or ideas, or anything else:
email me at shadow889566@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
infobase-0.8.Alpha.tar.gz
(2.7 kB
view details)
File details
Details for the file infobase-0.8.Alpha.tar.gz
.
File metadata
- Download URL: infobase-0.8.Alpha.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d1755a8886d53ea4bf9a6da0c1746091a115356a7edbe3461ab4bba1cbc17d83
|
|
MD5 |
068877f8e05ae50e5658c6a6806700dc
|
|
BLAKE2b-256 |
e3f37ad51a7409caf530d9f4d11bb245ac1ed2b384d3c89cce86300870d70f1c
|