Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gorgeous-pots-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-pets-smell.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/three-shoes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-garlics-pump.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# d1-manager

## 1.0.0

### Major Changes

- [`556d67b`](https://github.com/JacobLinCool/d1-manager/commit/556d67b240b1ce4a7c2964e434019ba9d2c2bced) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - First Release for Web UI and API

- [x] Multiple D1 Databases
- [x] List all tables in a database
- [x] Show table schema
- [x] Run SQL queries
- [x] I18n support (English, Chinese)
- [x] API support

### Minor Changes

- [#6](https://github.com/JacobLinCool/d1-manager/pull/6) [`b620c83`](https://github.com/JacobLinCool/d1-manager/commit/b620c834180964630e2c4a2dd727607b0367ac53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add CSV Support (Export / Import)

- [#34](https://github.com/JacobLinCool/d1-manager/pull/34) [`4312025`](https://github.com/JacobLinCool/d1-manager/commit/43120250e34b0f37f63da5c0e54f1d74b78654e8) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support Cloudflare AI as query builder

### Patch Changes

- [`cd94990`](https://github.com/JacobLinCool/d1-manager/commit/cd949901c4b83056a2daa9a8740c29977cf39fae) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Change D1 shim fallback logic
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "d1-manager",
"description": "D1 Manager is a web UI and API for Cloudflare D1, a serverless SQL database. It provides a user-friendly interface for managing databases, tables, and records, as well as an API for performing operations programmatically. D1 Manager simplifies database management, enabling users to focus on their data.",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"files": [
".svelte-kit/cloudflare"
Expand Down