Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digital-alchemy-ts/bun
Specialized tooling for the bun runtime
https://github.com/digital-alchemy-ts/bun
bun digital-alchemy nodejs sqlite typescript
Last synced: about 1 month ago
JSON representation
Specialized tooling for the bun runtime
- Host: GitHub
- URL: https://github.com/digital-alchemy-ts/bun
- Owner: Digital-Alchemy-TS
- License: mit
- Created: 2024-08-14T22:43:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T22:10:18.000Z (about 1 month ago)
- Last Synced: 2024-10-09T11:01:35.571Z (about 1 month ago)
- Topics: bun, digital-alchemy, nodejs, sqlite, typescript
- Language: TypeScript
- Homepage: https://docs.digital-alchemy.app/
- Size: 852 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📨 Welcome to the Bun Compatibility Library
- [Extended docs](https://docs.digital-alchemy.app)
- [Discord](https://discord.gg/JkZ35Gv97Y)This library provides some bun specific tooling and fixes for automation apps.
## 🥡 Import Code
Add as a dependency, and add to your imports. Nice and easy
```bash
npm i @digital-alchemy/bun
```> **Add to code**
```typescript
import { LIB_BUN } from "@digital-alchemy/bun";// application
const MY_APP = CreateApplication({
libraries: [LIB_BUN],
name: "home_automation",
})// library
export const MY_LIBRARY = CreateLibrary({
depends: [LIB_BUN],
name: "special_logic",
})
```## 🧲 Usage
This library has no publicly usable logic. Current features:
- `sqlite` shim for `synapse`