v.Latest
Introduction
Configuring TinaCMS
Content Modelling
Basic Fields
Markdown (MD) Fields
Media Storage
Querying Content
Manual GraphQL Queries
Under the Hood
TinaCloud
TinaCloud Dashboard
Deployment Configurations
Self-Hosting
Self-Hosted Datalayer
Self-Hosting Components
Git Provider
Database Adapter
Advanced
Beginner Series
1. Your New TinaCMS Site
3. The Content Model
4. A Website Builder Experience
Technical Guides
Configuring Collections
Framework-Specific Guides
Globalization
v.Latest
Documentation
Making your own Database Adapter
Loading last updated info...
The database adapter accepts any abstract-level implementation. To implement your own database adapter, you will need to extend the AbstractLevel class.
Here are some example level implementations:
See the docs for more details on how to implement your own abstract-level database.