📄️ Initialization
Learn how to set up Pixstore for both backend (Node.js) and frontend (browser) environments.
📄️ Image CRUD on the Backend
Pixstore automatically creates and manages a SQLite database for image metadata, and stores all encrypted image files in your configured directory.
📄️ Image CRUD on the Frontend
Pixstore automatically creates and manages an IndexedDB table for image caching in the browser.
📄️ Backend ↔ Frontend Integration
Pixstore securely connects backend and frontend for encrypted image storage and safe, up-to-date image access.
📄️ Default Endpoint & Fetcher
Pixstore provides a default backend endpoint and a built-in fetcher for secure and easy image retrieval with minimal configuration.
📄️ Custom Endpoint & Fetcher
Pixstore includes a default image fetcher and a built-in backend HTTP endpoint.
📄️ Automatic Cache Cleanup
Pixstore automatically manages image cache in the browser using IndexedDB.
📄️ Error Handling
Pixstore allows you to configure how errors are handled during all API operations (both frontend and backend).