Metadata-Version: 2.4
Name: flintdb
Version: 0.0.1
Summary: A modern local database. JSON-native, vector search built-in, no SQL required.
Home-page: https://flintdb.dev
Author: Shin Suzuki
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# FlintDB

A modern local database. JSON-native, vector search built-in, no SQL required.

**Coming soon.** Follow the development at [flintdb.dev](https://flintdb.dev).

## What is FlintDB?

FlintDB is a lightweight, embedded database designed for the AI era.

- **No SQL required** — intuitive document API
- **JSON-native** — first-class JSON storage and querying
- **Vector search built-in** — no extensions needed
- **Single file** — like SQLite, but modern
- **Multi-language** — Rust core with Python, Node.js, Go bindings

## License

MIT
