From 6ef45c750aec8f91711f9847d1f4c1324a9cf473 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Sat, 23 Apr 2022 20:06:34 +0200 Subject: [PATCH] add how to feed db to README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0355a30..0669261 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,13 @@ test Run project tests up Run project with compose ``` -Hope you enjoy it. -It tooks me a while to find nice data set. Hope shkezz as example will be able to cover -first part with read only declarative base and all type of selects :) -I took data set form https://github.com/catherinedevlin/opensourceshakespeare -Next generated declarative base with https://github.com/agronholm/sqlacodegen -And after soem twiking i get desired result \ No newline at end of file +### How to feed database + +It took me a while to find nice data set. Hope works of Shakespeare as example will be able to cover +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 + +Hope you enjoy it. \ No newline at end of file