Skip to content

Commit 3586ff4

Browse files
committed
minor update
1 parent a48ed48 commit 3586ff4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- "v.*"
97

108
jobs:
119
flake8-lint:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
SQLAlchemy-Nested-Mutable
22
=========================
33

4+
```shell
5+
pip install sqlalchemy-nested-mutable
6+
```
7+
48
An advanced SQLAlchemy column type factory that helps map complex Python types (e.g. List, Dict, Pydantic Model and their hybrids) to database types (e.g. ARRAY, JSONB),
59
And keep track of mutations in deeply nested data structures so that SQLAlchemy can emit proper UPDATE statements.
610

0 commit comments

Comments
 (0)