# UniversalDataDepot **Repository Path**: SleepySoft/UniversalDataDepot ## Basic Information - **Project Name**: UniversalDataDepot - **Description**: Persist and access any data simply easily and rapidly. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-12 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UniversalDataDepot #### 介绍 Persist and access any data simply easily and rapidly. #### 软件架构 Requirement: 1. 支持一个多个主键(复合主键)并做为索引 > 需指明主键类型 2. 给定一组数据,能根据主键自动进行upsert操作 3 根据任意列作为条件进行update, delete操作 4. 以任意列作为条件进行query操作 > 根据条件返回行数量 > 根据条件返回行最大最小值 5. 动态加入/删除任意列