-
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
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 |
8c7db16
to
16cd8e3
Compare
About
What the title says.
Preview
https://cratedb-guide--413.org.readthedocs.build/connect/swift/