-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bc1124
commit 85f51c7
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# in-n-out-clients | ||
clients for In-N-Out | ||
|
||
A package to universalise reading and writing from different data sources. This forms the backend for [in-n-out](https://github.com/namiyousef/in-n-out), a fastapi app for easy reading and writing from different databases. | ||
|
||
## Currenlty Supported Datasources | ||
|
||
| Data Source | Support | | ||
| ----------- | ----------- | | ||
| Postgres | Full read-write support including table/row conflict resolution [[article]](https://towardsdatascience.com/how-to-read-write-dataframes-from-to-sql-over-http-with-fastapi-e48ab91e6a83) | | ||
| Google Calendar | Full read-create support including conflict resolution [[article]](https://namiyousef96.medium.com/writing-to-google-calendar-with-support-for-conflict-resolution-be27c1600e7e) | | ||
|