sqlite-http-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

SQLite HTTP SDK

license

简介

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

Package Sidebar

Install

npm i sqlite-http-sdk

Weekly Downloads

90

Version

1.1.5

License

Apache-2.0

Unpacked Size

78.5 kB

Total Files

75

Last publish

Collaborators

  • ytrsoft