0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-11 13:16:54 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
998d330428 extend test timeout () 2024-03-09 11:39:39 +00:00
2b06b6b7d8 schema migration ()
happy path schema migration
2024-03-04 13:15:29 +00: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
67678167ed changed RowsInner API to make next row method async 2024-01-16 08:23:08 +01:00
f97a82e9f8 fixing namespaces::delete_namespace uncovers a bug 2024-01-10 07:03:56 +01:00
b1da52c722 server: Add initial MetaStore
This PR adds a new internal metadata store for namespace configuration.
This internally uses a normal namespace so that the replica also get's
synchronized. This is just initial work there are a few more issues to
solve regarding replica's getting updated configs and some internal
hardening that needs to be done. Tracking issue for follow up work .

Closes 
2023-12-12 10:38:45 -05:00
536ce5095c rename(pkg): rename lib to libsql-server, keep bin as sqld 2023-11-17 08:43:05 -06:00
736d077e36 join simulation test creation 2023-10-31 09:22:30 -04:00
71ca43a7b6 make sqld compile 2023-10-17 17:41:26 +02:00