Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 925cf28

Browse files
authored
feat: deprecate (#26)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the repository README to clearly indicate its deprecation and point users to the actively maintained alternative. - **Chores** - Removed internal automation workflows for dependency updates, pull request validation, release management, and testing. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 40286c5 commit 925cf28

File tree

5 files changed

+9
-122
lines changed

5 files changed

+9
-122
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/lint-pr.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/release-plz.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
![Status](https://img.shields.io/badge/Deprecated-brown)
2+
3+
> [!CAUTION]
4+
> This repo is no longer maintained. Prefer to use
5+
> [Spxg/sqlite-wasm-rs](https://github.com/Spxg/sqlite-wasm-rs) directly with
6+
> [diesel](https://github.com/diesel-rs/diesel/tree/master/examples/sqlite/wasm)
7+
8+
The documentation below is provided for historical reference only.
9+
110
# Diesel Backend for SQLite and WASM
211

312
Use SQLite with Diesel ORM in your web apps!

0 commit comments

Comments
 (0)