Skip to content

chore(axon): add axon to sdk readme#769

Merged
sid-rl merged 1 commit intomainfrom
siddarth/axon-sdk-readme
Mar 25, 2026
Merged

chore(axon): add axon to sdk readme#769
sid-rl merged 1 commit intomainfrom
siddarth/axon-sdk-readme

Conversation

@sid-rl
Copy link
Copy Markdown
Contributor

@sid-rl sid-rl commented Mar 25, 2026

No description provided.

@sid-rl sid-rl requested review from dines-rl and james-rl March 25, 2026 20:02
Copy link
Copy Markdown
Contributor

@james-rl james-rl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me. Just make sure that batch operation works

```python
result = axon.sql.batch(
statements=[
{"sql": "CREATE TABLE users (id INTEGER PRIMARY KEY, name TEXT)"},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure the CREATE TABLE will work in batch (it might do; i'm not sure). Remove this line or test out the code snippet to make sure it works.

@sid-rl sid-rl merged commit 68afe5a into main Mar 25, 2026
7 checks passed
@sid-rl sid-rl deleted the siddarth/axon-sdk-readme branch March 25, 2026 20:09
@stainless-app stainless-app bot mentioned this pull request Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants