Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>GoDB ORMNew to Visual Studio Code? Get it now.
GoDB ORM

GoDB ORM

Md Anik Islam

| (0) | Free
VS Code extension for GoDB ORM schema files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GoDB ORM for VS Code

GoDB ORM Logo

This extension provides comprehensive support for GoDB ORM schema files (.schema, .godb).

Features

  • Syntax Highlighting: Full support for models, enums, types, and decorators.
  • Snippets: Quick snippets for creating models and fields.
  • Language Configuration: Intelligent bracket matching and comment support.

Usage

Define your database models in .schema files:

model User {
  id    int    @id
  name  string
  email string
}

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft