🗃️ Deployment
2 items
📄️ Seed a Database
A database is as useful as the data that it contains: a fresh, empty database
🗃️ Add Custom Functionality
3 items
📄️ Securing Platformatic DB with Authorization
Introduction
📄️ Configure JWT with Auth0
Auth0 is a powerful authentication and authorization service provider that can be integrated with Platformatic DB through JSON Web Tokens (JWT) tokens.
📄️ Monitoring with Prometheus and Grafana
Prometheus is open source system and alerting toolkit for monitoring and alerting. It's a time series database that collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
📄️ Debug Platformatic DB
Error: No tables found in the database
📄️ Integrate Prisma with Platformatic DB
Prisma is an open-source ORM for Node.js and TypeScript. It is used as an alternative to writing SQL, or using another database access tool such as SQL query builders (like knex.js) or ORMs (like TypeORM and Sequelize). Prisma currently supports PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB.