Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
namiyousef committed May 8, 2024
1 parent 2bc1124 commit 85f51c7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
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) |

0 comments on commit 85f51c7

Please sign in to comment.