update main readme with sqlite-wrk

This commit is contained in:
bluxmit 2022-03-23 11:31:22 +00:00
parent 2011454b23
commit 66a791ac98
2 changed files with 9 additions and 1 deletions

View file

@ -100,6 +100,13 @@ websites like [**this one**](https://mkdocs-magicspace.alnoda.org/) as easy as p
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/mkdocs-magicspace
```
### [`SQLite-Workspace`](./workspaces/sqlite-workspace/README.md)
Collection of tools to develop SQLite databases. Useful if you need to create an embedded database for your application,
and fill it with data.
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/sqlite-workspace
```
### [`Ubuntu-workspace`](./workspaces/ubuntu-workspace/README.md)
Docker as a "light-weight Virtual Machine". Get an isolated Ubuntu environment for development, testing or experimentation
that requires less resources than VM.

View file

@ -1,6 +1,7 @@
# SQLite Workspace
Collection of tools to work with SQLite. Useful if you need to develop embedded SQLite databases.
Collection of tools to develop SQLite databases. Useful if you need to create an embedded database for your application,
and fill it with data.
Helps to get started fast locally, because SQLite and toolset are already installed and configured. It is only needed
to start a container.