A simple Python wrapper to AWS Dynamodb
Project description
A simple python wrapper to AWS DynamoDB.
S.No |
Functions |
Description |
Status |
---|---|---|---|
1 |
create_table |
Create a new table if not exists |
Done |
2 |
delete_table |
Delete a table |
Done |
3 |
read_all_table_names |
List out all the table names |
Done |
4 |
create_item |
Create a new item |
Done |
5 |
delete_item |
Delete items by filter |
Done |
6 |
read_item |
Read an item |
Backlog |
7 |
read_all_item |
Read all item |
Backlog |
8 |
read_items_by_filter |
Read items by filter |
Backlog |
9 |
update_item |
Update an item by filter |
Backlog |
Pypi package: https://pypi.org/project/LucidDynamodb/1.0.0/
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
LucidDynamodb-1.0.25.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for LucidDynamodb-1.0.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4094b7a0166be09286c55664ae7fbb2ede93753eca039884e6cb399aa5f2f97b |
|
MD5 | 9b198f5c7711de6939aaf1ccbd2625e9 |
|
BLAKE2b-256 | c63740ca259e51474868c87af5903e2fe9ce32b177f39fb283cc4a1e7de8f056 |