Skip to content

[Codex] 1.4: Add database listing and creation methods #32

@taariq

Description

@taariq

Parent: #28

Task

Add list_databases() and create_database() methods to src/serendb/client.rs.

File to Modify

src/serendb/client.rs

What to Add

  1. list_databases(project_id, branch_id) - Lists all databases in a branch
  2. create_database(project_id, branch_id, name) - Creates a new database

See docs/plans/api-key-flow-implementation.md Task 1.4 for full code.

How to Test

cargo test serendb::client::tests -- --nocapture

Commit Message

feat(serendb): Add database listing and creation methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions