Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beauby/skdb_old
SKDB is an embedded SQL database that stays in sync.
https://github.com/beauby/skdb_old
Last synced: 6 days ago
JSON representation
SKDB is an embedded SQL database that stays in sync.
- Host: GitHub
- URL: https://github.com/beauby/skdb_old
- Owner: beauby
- Created: 2023-11-29T16:56:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T17:40:49.000Z (about 1 year ago)
- Last Synced: 2024-10-31T17:14:15.087Z (about 2 months ago)
- Size: 332 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skdb
This repository contains the source code for SKDB and its associated
components.## Dependencies
You will need at least the following installed:
* LLVM 15.
* wasm-ld 15 (this is part of LLVM, but your distribution might split it into
a separate package: your wasm-ld version must match your LLVM version).
* typescript 5.2 or later.