tursodatabase / turso-docs

Turso Documentation
https://docs.turso.tech
MIT License
11 stars 49 forks source link

The axum docs use deprecated Database instead of Builder #211

Closed alex-gadea closed 1 week ago

alex-gadea commented 3 months ago

Path: /sdk/rust/guides/axum

It appears that Builder is the appropriate approach to creating a libsql client and Database has been deprecated. This doc should use the new approach that appears in the code samples.

notrab commented 2 weeks ago

@alex-gadea I'm updating this now, thanks for the reminder ❤️