# sqlite-http-sdk **Repository Path**: goodffff/sqlite-http-sdk ## Basic Information - **Project Name**: sqlite-http-sdk - **Description**: SQLite HTTP SDK` 是一个基于 TypeScript 的 SQLite HTTP 客户端开发工具包,支持前端和后端开发。它使用 Axios 进行 HTTP 请求,并提供了一套完整的 API 模块,简化了与 SQLite 数据库的交互。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2024-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Sqlite, Nodejs, Http ## README # SQLite HTTP SDK [![license](https://img.shields.io/badge/license-ISC-blue.svg)](./LICENSE) ## 简介 `SQLite HTTP SDK` 是一个基于 TypeScript 的 SQLite HTTP 客户端开发工具包,支持前端和后端开发。它使用 Axios 进行 HTTP 请求,并提供了一套完整的 API 模块,简化了与 SQLite 数据库的交互。 ## 功能特性 - **多功能 API 支持**:包含聚合、CRUD、表操作等多个 API 模块。 - **前后端兼容**:可以在浏览器和 Node.js 环境中使用。 - **TypeScript 类型支持**:为所有 API 提供完整的类型定义,确保开发过程中的类型安全。 - **轻量级依赖**:使用 Axios 和 Lodash 作为核心依赖,保持包的轻量化。 ## 安装 ### 使用 npm 安装 ```bash npm install sqlite-http-sdk