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: 4 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T22:06:33.000Z (over 1 year ago)
- Last Synced: 2025-01-30T15:26:54.705Z (over 1 year ago)
- Topics: bun, digital-alchemy, nodejs, sqlite, typescript
- Language: TypeScript
- Homepage: https://docs.digital-alchemy.app/
- Size: 598 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`