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