0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-21 10:48:14 +00:00

32 Commits

Author SHA1 Message Date
4bbfda4108 Fix bottomless replication subproject link in libsql-server readme () 2024-05-10 16:59:55 +00:00
29bb970559 sqld: add in process s3 for bottomless tests
This adds in process mock s3 backend via the `s3s` crate. This allows us
to run tests without requiring a user run `minio` or hook up their real
aws account.
2023-11-30 17:42:01 -05:00
f1536a1d78 Update README.md 2023-11-20 16:56:35 -05:00
9c90ccffa5 clean repo 2023-10-18 13:49:57 +02:00
71ca43a7b6 make sqld compile 2023-10-17 17:41:26 +02:00
ce49efb18e bottomless: prefix AWS env vars in use with LIBSQL_BOTTOMLESS_ ()
* bottomless: prefix AWS env vars in use with LIBSQL_BOTTOMLESS_

* changed env vars in workflow defs

* post rebase fixes
2023-09-05 14:23:14 +00:00
d3f54305d9 Update README.md () 2023-07-05 11:24:28 +00:00
8809db970d Improve readmes 2023-05-17 15:14:47 -04:00
8115fa3f3c Add libsql namespace to docker run command () 2023-05-16 09:15:42 +00:00
63c2d9ab0b Minor dockerfile and readme improvements () 2023-05-11 05:28:31 +00:00
97a8e06239 add documentation about extensions 2023-04-27 16:10:47 -04:00
9b1ca48e81 Fixed botomless link 2023-04-04 16:10:37 -07:00
165e70fa0e Add links to client libraries 2023-03-10 09:01:03 +02:00
396fe8988d sqld: mention bottomless integration in README 2023-02-08 08:04:50 +01:00
5fa1122e95 add more information to the README
* how to obtain over homebrew.
* mention the clients.
2023-01-20 19:26:07 -05:00
8b039489ff Add TypeScript/JavaScript API to features 2023-01-14 14:55:48 +02:00
2f05494bfd Add HTTP to features 2023-01-14 14:53:36 +02:00
5d56a3785c change postgres' default port
The postgres default port is 5432, so I suggest we default to the same,
so that clients don't have to specify a port.
2023-01-13 12:19:22 -05:00
63cf51013e Add submodules to build steps 2023-01-07 15:57:31 +02:00
61a46cb6e1 Update roadmap 2023-01-06 13:44:44 +02:00
44b52de6e5 Add note about PostgreSQL compatibility 2023-01-05 12:04:24 +00:00
d79fdaa41c Update roadmap (again) 2023-01-05 13:04:41 +02:00
1201a206b5 Update roadmap 2023-01-05 12:59:29 +02:00
9c0847eb0f Update roadmap 2023-01-05 10:01:01 +02:00
546c5a838e Rename server binary to sqld 2023-01-03 22:36:11 +02:00
5e76c32068 Update README for sqld 2023-01-03 22:28:11 +02:00
c11bef4fa9 Add install-deps.sh helper script
Add a install-deps.sh script that installs the necessary dependencies on
Debian and Fedora to build the project.
2022-12-29 13:25:14 +00:00
448f10d5ce Ubuntu/Debian build instructions 2022-12-14 11:28:46 +00:00
22b86e1812 Switch to postgres protocol
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
2022-11-22 20:13:46 +00:00
e895710d25 Update README.md 2022-11-13 10:41:10 +02:00
7c5617fbce Initial roadmap 2022-11-13 09:39:39 +02:00
c7e4aec996 Initial commit 2022-11-12 19:11:06 +02:00