Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nethanel-ctrl/localdb
LocalDB - An offline-first, privacy-focused platform built on SQLite. Designed for developers to create secure, resilient, and scalable local-first applications with seamless offline functionality. 🚀
https://github.com/nethanel-ctrl/localdb
airtable-alternative backend bun sqlite3 typescript
Last synced: 8 days ago
JSON representation
LocalDB - An offline-first, privacy-focused platform built on SQLite. Designed for developers to create secure, resilient, and scalable local-first applications with seamless offline functionality. 🚀
- Host: GitHub
- URL: https://github.com/nethanel-ctrl/localdb
- Owner: nethanel-ctrl
- License: gpl-3.0
- Created: 2024-12-07T10:06:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T13:29:31.000Z (2 months ago)
- Last Synced: 2024-12-07T14:23:42.562Z (2 months ago)
- Topics: airtable-alternative, backend, bun, sqlite3, typescript
- Language: TypeScript
- Homepage: https://localdb.vercel.app
- Size: 277 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# localDB 🦅
localDB is a lightweight database built using Go (Golang). It is designed to provide fast, reliable, and scalable data storage with a focus on speed and precision. With localDB, you can achieve high throughput, low latency, and easy scalability to meet the needs of modern applications. ⚡
## Features
- **Speed** ⚡: Optimized for fast read and write operations.
- **Scalability** 🚀: Built to scale horizontally to handle growing data needs.
- **Lightweight** 💡: Minimal resource usage, perfect for mobile and IoT applications.
- **Go-Based** 🖥️: Fully written in Go for simplicity, performance, and concurrency.
- **Open Source** 🌍: Free and open for contributions from the community.## Installation
To get started with localDB, clone this repository and follow the installation instructions:
### Prerequisites
- **Go (Golang)** v1.20+ (you can download it from [Go Downloads](https://golang.org/dl/))
### Clone the Repository