diff --git a/vlib/coroutines/README.md b/vlib/coroutines/README.md new file mode 100644 index 0000000000..5075e801a9 --- /dev/null +++ b/vlib/coroutines/README.md @@ -0,0 +1,3 @@ +## Description + +`coroutines` is a namespace for a wrapper around third party/photon. diff --git a/vlib/db/README.md b/vlib/db/README.md new file mode 100644 index 0000000000..ccaf9388ad --- /dev/null +++ b/vlib/db/README.md @@ -0,0 +1,4 @@ +## Description + +`db` is a namespace that contains several useful modules +for operating with databases (SQLite, MySQL, MSQL, etc.) diff --git a/vlib/v2/README.md b/vlib/v2/README.md new file mode 100644 index 0000000000..bd7a101694 --- /dev/null +++ b/vlib/v2/README.md @@ -0,0 +1,3 @@ +## Description + +`v2` is a namespace containing a new version of the compiler (still in development).