人员信息数据库 SQL Demo of Personnel Data
* 目标:数据库构造
* Goal: SQL building
* 任务:这是一个个人数据管理数据库。包括添加数据库信息、查询、显示、转换等功能。
* Task: This is a management database of personal data data. Including functions such as adding to the database, querying, displaying, and converting.
* 语言:Python, SQLite3
* Language: Python, SQLite3
Introduction
Information about each person includes:
- name
- address
- phone
Supported formats for personal data include:
- json
- yaml
- xml
- csv
Display format include:
- txt
- html
Convert format include:
- json
Usage modes include:
- api
- cmd
For more operating instructions, please see the github repository.
@juneleung
20230620