sqlite-http-sdk
v1.1.7
Published
A unified SQLite HTTP SDK for both frontend and backend, built with TypeScript, Axios, and Lodash.
Downloads
35
Maintainers
Readme
SQLite HTTP SDK
简介
SQLite HTTP SDK
是一个基于 TypeScript 的 SQLite HTTP 客户端开发工具包,支持前端和后端开发。它使用 Axios 进行 HTTP 请求,并提供了一套完整的 API 模块,简化了与 SQLite 数据库的交互。
功能特性
- 多功能 API 支持:包含聚合、CRUD、表操作等多个 API 模块。
- 前后端兼容:可以在浏览器和 Node.js 环境中使用。
- TypeScript 类型支持:为所有 API 提供完整的类型定义,确保开发过程中的类型安全。
- 轻量级依赖:使用 Axios 和 Lodash 作为核心依赖,保持包的轻量化。
安装
使用 npm 安装
npm install sqlite-http-sdk