lesson
How to Import JSON Data and Seed a Database With Deno NessieBuild and deploy a REST API with DenoWe will run our seed file and populate our database
lesson
How to Create a Database Seed File With Deno NessieBuild and deploy a REST API with DenoWe will create a seed file using the Nessie CLI
lesson
How to Run and Roll Back a Database Migration With Deno NessieBuild and deploy a REST API with DenoWe will run our migration and learn how to roll back the migration
lesson
Edit a Deno Nessie Database Migration to Catch ErrorsBuild and deploy a REST API with DenoWe will look at how to write a migration script where we create a table
lesson
How to Create a New Database Migration With Deno NessieBuild and deploy a REST API with DenoWe will go through creating a migration using the Nessie CLI
lesson
How to Add Nessie to Deno to Migrate DatabasesBuild and deploy a REST API with DenoGet started with database migrations using Nessie
lesson
What is Database Migration? The Strategy to Migrate DataBuild and deploy a REST API with DenoIntroduction to database migrations - what, why and how
lesson
How to Add SQLite to Deno with deno-sqliteBuild and deploy a REST API with DenoUsing the SQLite client for Deno
lesson
How to Integrate MySQL or MariaDB With DenoBuild and deploy a REST API with DenoUsing the MySQL client for Deno
lesson
How to Use PostgreSQL in Docker with DenoBuild and deploy a REST API with DenoUsing the PostgreSQL client for Deno
lesson
How to Build a Token Authentication Server With DenoBuild and deploy a REST API with DenoYou will learn how to make a simple token authentication in Deno
lesson
How to Start a Deno Server and Set PermissionsBuild and deploy a REST API with DenoWe will build our first server in Deno