Skip to content

Instantly share code, notes, and snippets.

@aphexcx
Last active March 20, 2025 18:54
Show Gist options
  • Save aphexcx/d6120bd3aeb4a60ea566715c67d92297 to your computer and use it in GitHub Desktop.
Save aphexcx/d6120bd3aeb4a60ea566715c67d92297 to your computer and use it in GitHub Desktop.
InstantDB Admin API client for Python, adapted from the typescript admin client and the unofficial admin api docs
I've migrated this Gist to its own repo for better versioning and updates! PRs/issues welcome:
https://github.com/aphexcx/instantdb-admin-python
@aphexcx
Copy link
Author

aphexcx commented Feb 1, 2025

revision 4: Made a Step dataclass that is a base class for Update, Merge, Delete, Link steps to make transaction steps more strongly typed

@aphexcx
Copy link
Author

aphexcx commented Mar 20, 2025

I've migrated this Gist to its own repo for better versioning and updates! PRs/issues welcome:

https://github.com/aphexcx/instantdb-admin-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment