An experience on storing events.
Project description
Past Perfect
An experience on storing events.
How to use
Create a table in your database:
CREATE TABLE IF NOT EXISTS event (
id INTEGER PRIMARY KEY,
name VARCHAR(30) NOT NULL,
data JSON NOT NULL,
created_at DATETIME NOT NULL,
UNIQUE(name, data, created_at)
)
Setup Development Environment
You need the following tools installed on your machine:
- Poetry for Python package management.
- Poetry Plugin: Export for exporting dependencies.
- Poetry Plugin: up for updating dependencies.
Ensure you have Python 3.9 or above installed by running:
python --version
# Python 3.9.x
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
pastperfect-0.0.3.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file pastperfect-0.0.3.tar.gz
.
File metadata
- Download URL: pastperfect-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f259534c0647cf9973b1e5a4efb964a5f9442db6c05515898802b85b93d4547 |
|
MD5 | c761d3bd62469088d9c40bdde357658a |
|
BLAKE2b-256 | d90cc695493dfabe1b794e88406cd612cca9de3bb208aa852e2116e11b06edf1 |
File details
Details for the file pastperfect-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pastperfect-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb28d297013728333bf9c9eb360e00f2914443ea14e029a38c1d13b1c1de3980 |
|
MD5 | 759cd2f1b6e85eaa058c4cb2834be7e7 |
|
BLAKE2b-256 | f5bd7954143f959f9e1b474eb89afb20ae8e577b778753ee3b94ab6d0c28e033 |