Skip to content

Running sqlite with javascript for backend learning purposes

Notifications You must be signed in to change notification settings

MementoMori11723/SQLite-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite3 with JavaScript and Bun.js

Overview

This project demonstrates a basic implementation of SQLite3 with JavaScript and Bun.js. It includes a testing file, run.js, to verify the execution of data and a main file, app.js, for the application logic.

Output

output

Prerequisites

  • Install Node.js
  • Install SQLite3
  • Install Bun.js

Installation

  1. Clone the repository:

    git clone https://github.com/MementoMori11723/SQLite-js.git
    cd your-repository
    bun install
  2. Run the application:

    bun run app.js
     or
    bun run run.js

About

Running sqlite with javascript for backend learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published