TypeScript Pouchdb

Open-source TypeScript projects categorized as Pouchdb

Top 4 TypeScript Pouchdb Projects

  1. RxDB

    A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

    Project mention: Offline-First Landscape – 2025 | news.ycombinator.com | 2025-08-29

    I’m doing offline-first apps at work and want to emphasize that you’re constraining yourself a lot trying to do this.

    As mentioned, everything fast(ish) is using SQLite under the hood. If you don’t already know, SQLite has a limited set of types, and some funky defaults. How are you going to take this loosey-goosey typed data and store it in a backend database when you sync? What about foreign key constraints, etc., can you live without those? Some of the sync solutions don’t support enforcing them on the client.

    Also, the SQLite query planner isn’t great in my experience, even when you’re only joining on ids/indexes.

    Document databases seem more friendly/natural, but as mentioned indexeddb is slow.

    I wish this looked at https://rxdb.info/ more. They have some posts that lead me to believe they have a good grasp on the issues in this space at least

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. client-side-databases

    An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB

  4. react-native-sqlite-2

    SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.

  5. pouchdb-adapter-react-native-sqlite

    PouchDB adapter using ReactNative SQLite as its backing store

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Pouchdb discussion

Log in or Post with

TypeScript Pouchdb related posts

  • How to run this react project locally

    1 project | /r/webdev | 24 Feb 2023
  • An observable Database for the Web

    3 projects | /r/javascript | 6 Jan 2022
  • Suggested sample project to see what a well-architected react project looks like?

    1 project | /r/reactjs | 16 Jan 2021

Index

What are some of the best open-source Pouchdb projects in TypeScript? This list will help you:

# Project Stars
1 RxDB 23,231
2 client-side-databases 895
3 react-native-sqlite-2 384
4 pouchdb-adapter-react-native-sqlite 162

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com