Skip to content

Commit a46e076

Browse files
authored
Merge pull request #5 from CrispenGari/docs
Docs
2 parents 6464890 + 36eecea commit a46e076

File tree

3 files changed

+45
-39
lines changed

3 files changed

+45
-39
lines changed

Changelog.md

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,49 @@
1-
### dataloom Changelog
1+
===============================================================================================================================================
2+
**`1.0.2`**
3+
===============================================================================================================================================
24

3-
Change logs for the `dataloom` Version `1.0.2` (`2021-02-12`)
5+
We have release the new `dataloom` Version `1.0.2` (`2024-02-12`)
46

5-
### New Features
6-
7-
- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor.
8-
- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger.
9-
10-
### Enhancements
11-
12-
- None
13-
14-
### Bug Fixes
15-
16-
- **log_index**: There was a bug with `log_index` that was breaking the entire sofware that has been fixed.
17-
18-
### Performance Improvements
7+
### Changes
198

20-
- None
9+
We have updated the documentation so that it can look more colorful.
2110

22-
### Security Updates
11+
===============================================================================================================================================
12+
**`1.0.1`**
13+
===============================================================================================================================================
2314

24-
- None
15+
Change logs for the `dataloom` Version `1.0.1` (`2024-02-12`)
2516

26-
### Deprecations
27-
28-
- None
29-
30-
### API Changes
31-
32-
- None
33-
34-
### Compatibility Changes
35-
36-
- None
17+
### New Features
3718

38-
### Documentation Updates
19+
- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor.
20+
- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger.
3921

40-
- None
22+
===============================================================================================================================================
23+
**`1.0.0`**
24+
===============================================================================================================================================
4125

42-
### Internal Changes
26+
### Release Notes - `dataloom`
4327

44-
- None
28+
We are pleased to release `dataloom` ORM for python version `3.12` and above. The dataloom version `1.0.0 ` released on (`2024-02-11`) is bug-free and ready to be used with the following features.
4529

46-
### Known Issues
30+
##### Features
4731

48-
- None
32+
- Initial release of `dataloom`.
33+
- Lightweight and versatile Object-Relational Mapping (ORM) functionality.
34+
- Support for `PostgreSQL`, `MySQL`, and `SQLite3` databases.
35+
- Simplified database interactions for developers.
4936

50-
### Miscellaneous
37+
### What you can do
5138

52-
- None
39+
- Create records
40+
- Delete records
41+
- Update records
42+
- Read records
43+
- Inspect Models
44+
- SQL logging
45+
- Association Mapping
46+
- Order Records
47+
- Filter Records
48+
- Select field in records
49+
- etc.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<img src="https://github.com/CrispenGari/dataloom/blob/main/dataloom.png?raw=true" alt="dataloom" width="200">
77
</p>
88

9+
---
10+
11+
<p align="center">
12+
<a href="https://pypi.python.org/pypi/dataloom"><img src="https://badge.fury.io/py/dataloom.svg"></a>
13+
<a href="https://github.com/crispengari/dataloom/actions/workflows/ci.yml"><img src="https://github.com/crispengari/dataloom/actions/workflows/ci.yml/badge.svg"></a>
14+
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green"></a>
15+
<a href="https://pypi.python.org/pypi/dataloom"><img src="https://img.shields.io/pypi/pyversions/dataloom.svg"></a>
16+
</p>
17+
918
#### Why choose `dataloom`?
1019

1120
1. **Ease of Use**: `dataloom` offers a user-friendly interface, making it straightforward to work with.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dataloom"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{name = "Crispen Gari", email = "crispengari@gmail.com"},
1010
]

0 commit comments

Comments
 (0)