litdb
Lightweight RDBMS agnostic TypeScript/JS abstraction for SQLite, PostgreSQL and MySQL
File Explorer
Download Latest Version (.zip)- bug_report.yml
- ci.yml
- release.yml
- dialect.ts
- driver.ts
- schema.ts
- dialect.ts
- driver.ts
- schema.ts
- dialect.ts
- driver.ts
- schema.ts
- connection.ts
- converters.ts
- index.ts
- inspect.ts
- meta.ts
- model.ts
- schema.ts
- sql.builders.ts
- sql.ts
- types.ts
- utils.ts
- sqlite.ts
- sqlitetest.ts
- compositeKeys.test.ts
- data.ts
- db.ts
- driver.examples.test.ts
- driver.test.ts
- groupBy.test.ts
- having.test.ts
- inspect.test.ts
- join.test.ts
- limit.test.ts
- model.test.ts
- orderBy.test.ts
- params.test.ts
- queryApi.test.ts
- schema.mysql.test.ts
- schema.postgres.test.ts
- schema.sqlite.test.ts
- select.nested.test.ts
- select.test.ts
- subselect.test.ts
- utils.test.ts
- utils.ts
- where.mysql.test.ts
- where.postgres.snakecase.test.ts
- where.postgres.test.ts
- where.sqlite.test.ts
- .gitignore
- build.ts
- bun.lock
- LICENSE
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/litdb/litdb
Downloads the entire project code from GitHub to your computer.
cd litdb
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install litdb
Downloads and installs the libraries listed in package.json.
npm install @litdb/better-sqlite
Downloads and installs the libraries listed in package.json.
npm install @litdb/postgres
Downloads and installs the libraries listed in package.json.
npm install @litdb/mysql
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
