-
Notifications
You must be signed in to change notification settings - Fork 1
Driver: Add page about Swift #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughAdds Swift driver documentation and site navigation: a new Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as Developer
participant App as Swift App
participant Pool as EventLoopGroupConnectionPool
participant DB as CrateDB (Postgres protocol)
Dev->>App: add PostgresKit dependency (Package.swift)
Dev->>App: create PostgresConfiguration
Dev->>Pool: initialize EventLoopGroupConnectionPool(configuration)
App->>Pool: execute raw SQL (async)
Pool->>DB: open connection / send query
DB-->>Pool: return rows
Pool-->>App: deliver rows via future/callback
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
16cd8e3 to
ae340f9
Compare
kneth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discuss https://github.com/crate/tech-content/issues/124#issuecomment-3485676563 before merging
About
What the title says.
Preview
https://cratedb-guide--413.org.readthedocs.build/connect/swift/