1.0.3 • Published 12 months ago

cloud-firestore-ts-testing v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

cloud-firestore-ts

Cloud Firestore 是一個雲端非關聯式 (NoSQL) 資料庫。

專案目的及說明

基於以下幾點,嘗試進行重新包裝。

  • 對關聯式資料庫較熟悉。
  • 目前遇到的使用情境,都是依固定欄位為主。

實現方式

使用 TypeScript 達到以下幾點:

  • 定義資料庫結構
  • 操作時,提供資料表及欄位選項

規劃

  • 資料庫結構定義要放在 declare module 內
  • 執行期間遇到不符合資料庫結構的操作行為時,要回報錯誤

更新紀錄:2024/06/20

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago