Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ltaoo/sqlite-web-api

Manage the sqlite database in browser
https://github.com/ltaoo/sqlite-web-api

database-management sqlite

Last synced: 21 days ago
JSON representation

Manage the sqlite database in browser

Awesome Lists containing this project

README

        

# SqliteWeb

本项目是一个 `sqlite` 数据库管理应用,在 `web` 页面可以查询 `sqlite` 数据。

![截图](./assets/v0.1.0.preview.png)

## 功能

1. 使用虚拟列表,支持无限滚动
2. 支持联表查询

## 使用方式

下载可执行文件并放置到系统环境变量,然后和正常的命令一样使用

```bash
sqliteweb --port 8000
```

打开浏览器,访问 `http://127.0.0.0:8000` 即可

## 其他

前端项目

[sqlite-web-ui](https://github.com/ltaoo/sqlite-web-ui)

本项目 交互、查询时生成的 `ORM` 格式 参考了 `Prisma` 项目,感谢 [Prisma](https://github.com/prisma/prisma) 项目。