LinkedRecords is a NoSQL database that you can connect to directly from your single-page application - no backend code required. 📚 Getting Started Want to build apps with LinkedRecords? Check out the documentation website: Introduction - Learn what LinkedRecords is and how it works Getting Started Guide - Step-by-step guide to build your first app Performance The chart below shows the performance of core operations as the database grows. This is automatically updated after each merge to main. The load test simulates a realistic document management scenario. Each createDocument operation creates a blueprint of 8 attributes (7 KeyValueAttributes + 1 LongTextAttribute) including the document content, collaborator/reader groups, comments, references, and configuration. The fetchDocuments operation lists all documents for a user, while fetchDocument retrieves a single document with all its associated attributes.…