Package Manager
The NocoDB SDK is available on npm and can be installed using your preferred package manager.Package Details
- Package Name:
nocodb-sdk - Version: 0.301.3
- License: Sustainable Use License
- Repository: github.com/nocodb/nocodb
Dependencies
The SDK has the following key dependencies that will be installed automatically:axios- HTTP client for API requestsdayjs- Date manipulationvalidator- String validation utilities
TypeScript Support
The SDK is written in TypeScript and includes complete type definitions out of the box. No additional@types packages are needed.
Module Formats
The SDK supports both CommonJS and ES Modules:- CommonJS:
build/main/index.js - ES Module:
build/module/index.js - TypeScript Definitions:
build/main/index.d.ts
Verification
After installation, verify the SDK is working:Next Steps
Quickstart Guide
Initialize the SDK and make your first API call