Comprehensive guides and API reference for Columnist-DB. Learn how to integrate columnar storage, vector search, and AI memory into your applications.
Install the core package using npm or yarn to get started with Columnist-DB.
Learn how to define schemas, perform queries, and integrate vector search capabilities.
Complete reference for all database operations including insert, query, update, and delete.
Insert a new record into the specified table.
Query records from a table with optional filters.
Update a specific record by ID.
Delete a specific record by ID.
Documentation for semantic search, similarity queries, and hybrid search capabilities.
Perform hybrid search combining text and vector similarity.
Find records with similar vector embeddings using cosine similarity.
Perform full-text search on text fields with relevance scoring.
Step-by-step tutorials for common use cases and integration patterns.
Real-world examples and code snippets for different scenarios.
Performance optimization, security considerations, and deployment guidelines.