@digital-alchemy/bun
v24.8.1
Published
Bun runtime specific tools for Digital Alchemy based automations
Downloads
5
Maintainers
Readme
📨 Welcome to the Bun Compatibility Library
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
npm i @digital-alchemy/bun
Add to code
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 forsynapse