NocoDB

NocoDB

NocoDB(노코디비)는 스스로를 ‘오픈소스 에어테이블(Airtable) 대안’으로 소개하는 오픈소스 프로젝트입니다. 핵심 기능은 MySQL, PostgreSQL, SQL Server, SQLite, MariaDB와 같은 기존의 관계형 데이터베이스에 직접 연결하여, 해당 데이터베이스를 즉시 스마트 스프레드시트와 유사한 인터페이스로 변환하는 것입니다. 이를 통해 사용자는 그리드 뷰, 폼(양식), 갤러리 뷰, 다양한 필드 타입, 협업 기능 등을 갖춘 노코드/로우코드 웹 UI를 통해 기존 데이터베이스의 데이터를 다룰 수 있습니다. 특히 연결된 데이터베이스 스키마로부터 직접 REST 및 GraphQL API를 자동으로 생성해주는 강력한 기능을 제공합니다. Airtable과 비슷한 사용자 경험을 원하지만 기존 SQL 데이터베이스를 그대로 사용해야 하거나 자체 호스팅 솔루션을 선호하는 팀에게 적합하게 설계되었습니다.

NocoDB is an open-source project positioning itself as an ““Open Source Airtable Alternative””. Its core feature is the ability to connect to existing relational databases (like MySQL, PostgreSQL, SQL Server, SQLite, MariaDB) and instantly transform them into a smart spreadsheet-like interface. This allows users to interact with their existing database data through a no-code/low-code web UI with features like grid views, forms, gallery views, various field types, collaboration, and crucially, automatic generation of REST and GraphQL APIs directly from the connected database schema. It’s designed for teams wanting an Airtable-like experience but needing to work with their current SQL databases or preferring a self-hosted solution.

Visit