npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

fdb2

v1.0.27

Published

[中文](README_zh.md) | English

Readme

fdb2 - Cross-Platform Database Management Tool

中文 | English

🚀 A lightweight, open-source database management tool supporting 8+ database types, providing a Navicat Premium-like professional experience — completely free and running locally!

fdb2 Preview

🔥 Core Features

🌐 Multi-Database Support

  • 8+ Database Types: MySQL, PostgreSQL, SQLite, SQL Server, Oracle, CockroachDB, MongoDB, SAP HANA
  • Compatibility Extensions: MariaDB/TiDB/Aurora compatible with MySQL, Aurora PostgreSQL compatible with PostgreSQL
  • NoSQL Support: MongoDB document database

🎯 Professional Features

  • Connection Management: Visual configuration, one-click testing, secure local storage
  • Structure Browsing: Complete display of tables, indexes, foreign keys, views, stored procedures
  • Data Operations: Full CRUD operations, conditional queries, pagination, batch import/export
  • SQL Editor: Syntax highlighting, auto-completion, formatting, query history
  • Performance Monitoring: Real-time connection status, query performance analysis, slow query detection

⚡ Key Advantages

  • Zero Configuration: Ready to use immediately after global installation
  • Cross-Platform: Full compatibility with Windows, macOS, and Linux
  • Lightweight & Efficient: Minimal resource usage, fast startup
  • Local Storage: All data stored locally, secure and reliable
  • Offline Usage: Manage local and remote databases without internet
  • Fully Open Source: MIT license, free to use and contribute

🚀 Quick Start

📥 Installation Options

💻 Desktop Client (Recommended)

Download the pre-built cross-platform desktop application for immediate use:

📦 Command Line Tool

Install globally via npm/yarn/pnpm:

# npm (recommended)
npm install -g fdb2

# yarn
yarn global add fdb2

# pnpm
pnpm add -g fdb2

▶️ Start Service

# Start the database management tool
fdb2 start

# Start with custom port
fdb2 start -p 8080

# Stop service
fdb2 stop

# Check service status
fdb2 status

# Restart service
fdb2 restart

🌐 Access Application

After successful startup, open in your browser (check startup logs for the actual port):

http://localhost:9800

💡 Tip: Default port is 9800, but if occupied, it will automatically select another available port

📊 Supported Database Types

| Database Type | Default Port | Key Features | |--------------|-------------|-------------| | MySQL | 3306 | Stored procedures, triggers, views, full-text search, partitioning | | PostgreSQL | 5432 | Stored procedures, triggers, views, JSON/JSONB, window functions | | SQLite | - | Lightweight file-based database, zero configuration, embedded | | SQL Server | 1433 | T-SQL, stored procedures, CLR integration, AlwaysOn | | Oracle | 1521 | PL/SQL, RAC, Data Guard, advanced security | | CockroachDB | 26257 | Distributed SQL, strong consistency, automatic sharding | | MongoDB | 27017 | NoSQL document database, aggregation pipeline, indexing | | SAP HANA | 39013 | In-memory database, real-time analytics, column store |

🔄 Compatibility Notes

  • MariaDB/TiDB: Compatible with MySQL protocol — select MySQL type
  • Amazon Aurora MySQL: Compatible with MySQL — select MySQL type
  • Amazon Aurora PostgreSQL: Compatible with PostgreSQL — select PostgreSQL type
  • Better-SQLite3: Compatible with SQLite — select SQLite type

🤝 Contribution Guide

Contributions are welcome! Code contributions, bug reports, or feature suggestions are all appreciated.

Development Environment Setup

# Clone repository
git clone https://github.com/fefeding/fdb2.git
cd fdb2

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build production version
pnpm build

Contribution Workflow

  1. Fork the project
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Commit changes (git commit -am 'Add some feature')
  4. Push to branch (git push origin feature/your-feature)
  5. Create Pull Request

📄 License

This project is licensed under the MIT License — fully open source and free to use.

🙏 Acknowledgments

Thanks to all contributors and users for their support! Special thanks to the following tech stack:

  • Vue 3 + TypeScript
  • Vite build tool
  • Bootstrap 5 UI framework
  • vue-i18n internationalization
  • Pinia state management

Enjoy using fdb2 Database Management Tool! For any issues, please report at GitHub Issues.