Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Building a Serverless Public Pokemon REST API with Netlify Functions and PlanetScale, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:36
    Initialize a new PlanetScale MySQL database with pokemon data
  • Урок 2. 00:02:03
    Add a new crate to a cargo workspace without initializing git
  • Урок 3. 00:05:34
    Create your first Netlify serverless function with Rust
  • Урок 4. 00:05:04
    Deploy your first Rust Serverless Function on Netlify
  • Урок 5. 00:04:47
    Unit Testing a Rust Serverless Function
  • Урок 6. 00:05:25
    How to query PlanetScale from a serverless function
  • Урок 7. 00:02:06
    Connecting to PlanetScale from a Deployed Serverless Function
  • Урок 8. 00:00:44
    Using variables in a sqlx query
  • Урок 9. 00:03:08
    Allowing users to query for a specific pokemon using the URL
  • Урок 10. 00:01:44
    Generating requests to make it easier to write more tests
  • Урок 11. 00:01:50
    Returning a 400 status code from a Netlify Rust Function
  • Урок 12. 00:00:52
    Using rewrites to make pretty API urls
  • Урок 13. 00:04:53
    Reusing MySQL connection pools across warm function invocations
  • Урок 14. 00:07:08
    Observable functions and logging with Tokio tracing
  • Урок 15. 00:01:43
    Querying PlanetScale for booleans with sqlx
  • Урок 16. 00:10:27
    Querying PlanetScale for custom types using intra workspace dependencies