Skip to content

Conversation

@Ghunter254
Copy link

@Ghunter254 Ghunter254 commented Feb 2, 2026

Tried using the Appwrite SDK for Golang but encountered an issue while importing TablesDB. The official Golang docs (https://pkg.go.dev/github.com/appwrite/sdk-for-go/tablesdb) actually allow for tablesdb while the Appwrite docs ask for TablesDB.

What does this PR do?

Changes the naming import from tablesDB to tablesdb

Test Plan

I am working on a project right now and using tablesDB throws:
image

Using tablesdb works
image

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

Yes

Summary by CodeRabbit

Documentation

  • Updated Go quick-start guide with corrected package import paths and type references in code examples. These updates ensure sample code properly compiles and aligns with the current SDK structure, enabling developers to successfully follow the documentation.

Tried using the Appwrite SDK for Golang but encountered an issue while importing TablesDB. The official Golang docs (https://pkg.go.dev/github.com/appwrite/sdk-for-go/tablesdb) actually allow for tablesdb while the Appwrite docs ask for TablesDB.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

Walkthrough

The change updates the Go quick-start documentation file to correct the import path and type references from tablesDB to tablesdb. Specifically, the import path is changed from github.com/appwrite/sdk-for-go/tablesDB to github.com/appwrite/sdk-for-go/tablesdb, and corresponding public type references in two variable declarations are updated from *tablesDB.TablesDB to *tablesdb.TablesDB. The changes address naming convention consistency and contain no modifications to control flow or business logic.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Fix import path casing for tablesdb package' clearly and specifically summarizes the main change: correcting the casing of an import path from 'tablesDB' to 'tablesdb' in the Go quick-start documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant