diff --git a/README.md b/README.md index ccd5a4e..fd04801 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/workspaces/sqlite-workspace/README.md b/workspaces/sqlite-workspace/README.md index 8b07a22..0b5cf11 100644 --- a/workspaces/sqlite-workspace/README.md +++ b/workspaces/sqlite-workspace/README.md @@ -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.