0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-22 05:28:14 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
6a5b840195 chore: fix minor style/grammar issues in markdown files 2025-01-23 12:48:15 +01:00
7dacca2728 bump rust version, fix warnings 2024-07-31 22:47:53 +02:00
954029e31f libsql: add Builder to construct the db ()
This adds a new `Builder` type that can now be used to construct the
`Database` type. This will scale better as we add more varied options.
This commit also deprecates the old builder types and will produce a
warning that will push users to using the new `Builder` type. This will
then allow us to remove the old deprecated constructors at some point in
the future.
2024-02-06 13:59:11 +00:00
3b064396ef abstracted hyper/cloudflare http clients 2023-11-07 15:01:17 -05:00
07782b2263 move crates to root 2023-10-16 09:06:25 -07:00