GitHub 저장소를 사용해 서버리스 RDB를 구현한 TypeScript 라이브러리 GitDB 소개.
GitDB는 GitHub 저장소를 백엔드로 활용하는 서버리스 RDB(Database)입니다. 이 라이브러리는 TypeScript로 개발되었으며, 데이터는 GitHub 저장소 내의 파일을 통해 커밋됩니다. Git history를 데이터 변경 이력으로 활용하는 특징이 있습니다. 또한, table API와 같은 다양한 기능을 지원합니다.
Introducing GitDB, a TypeScript library for a serverless RDB using GitHub repositories.
GitDB is a serverless Relational Database (RDB) that utilizes GitHub repositories as its backend. Developed in TypeScript, this library commits data through files within the GitHub repository. It leverages Git history as the record of data changes, making it unique. It also supports various functionalities, including a table API.