Last active
March 20, 2025 18:54
-
-
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
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
I've migrated this Gist to its own repo for better versioning and updates! PRs/issues welcome: | |
https://github.com/aphexcx/instantdb-admin-python |
I've migrated this Gist to its own repo for better versioning and updates! PRs/issues welcome:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
revision 4: Made a Step dataclass that is a base class for Update, Merge, Delete, Link steps to make transaction steps more strongly typed