Skip to content

Custom distribution of SQLite used by UDI

Notifications You must be signed in to change notification settings

avinashkurup/udi-sqlite

 
 

Repository files navigation

udi-sqlite

Custom distribution of SQLite with enhancements tailored for udi-service.

🚀 Features

    • Statically linked with select loadable dynamic extensions.

🛠️ Installation Steps

  1. Clone the repository
  2. Dependencies for building cwalk (required for building sqlite-path extension). sudo apt-get install build-essential cmake
  3. Install Rust programming language
  4. Source the cargo binaries path as instructed.
  5. Install Deno
  6. Install Go programming language
  7. Run $ cd udi-sqlite and run $ ./make.ts

To test the udi-sqlite executable.

Run the command make run-extension-test

Extensions included in udi-sqlite.

  1. sqlite-ulid
  2. sqlite-regex
  3. sqlite-path
  4. sqlite-html
  5. sqlean-fileio
  6. sqlean-crypto

sqlite-http working on a fix for this issue.

About

Custom distribution of SQLite used by UDI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.9%
  • Other 0.1%