24.8.1 • Published 11 months ago

@digital-alchemy/bun v24.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

📨 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 for synapse
24.8.1

11 months ago