[go: nahoru, domu]

Skip to content

MikeTeddyOmondi/express-sqlite-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express LibSQL(sqlite) API

This application uses libsql (a fork of sqlite)

Generate schema in sqlite database

# pnpx drizzle-kit generate:sqlite
pnpm generate:migrations 

Run migrations in sqlite database

# node ./src/migrate.js
pnpm run:migrations 

Benchmarks: Using the rewrk HTTP load benchmarker

rewrk -c 256 -d 60s -h http://localhost:3489/todos --pct

About

An Express API using SQLite database with Drizzle ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published