From 587690cb3e59220458496e618f60f1c4163f6b9f Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Sat, 21 Oct 2023 15:53:22 +0200 Subject: [PATCH] update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01f1e93..2f668a6 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ It took me a while to find nice data set. Hope works of Shakespeare as example w first part with read only declarative base configuration and all type of funny selects :) Data set is coming form https://github.com/catherinedevlin/opensourceshakespeare Next models were generated with https://github.com/agronholm/sqlacodegen -And after some tweaking I got desired result

(back to top)

@@ -133,7 +132,8 @@ poetry install Hope you enjoy it. ## Acknowledgments -Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off! +Use this space to list resources you find helpful and would like to give credit to. +I've included a few of my favorites to kick things off! * [Open Source Shakespeare Dataset](https://github.com/catherinedevlin/opensourceshakespeare) * [SQL Code Generator](https://github.com/agronholm/sqlacodegen) @@ -154,6 +154,7 @@ Use this space to list resources you find helpful and would like to give credit - **[JUL 7 2023]** migrate to pydantic 2.0 :fast_forward: - **[JUL 25 2023]** add user authentication with JWT and Redis as token storage :lock: :key: - **[SEP 2 2023]** add passlib and bcrypt for password hashing :lock: :key: +- **[OCT 21 2023]** refactor shakespeare models to use sqlalchemy 2.0 :fast_forward:

(back to top)