Skip to content

Commit 23424b5

Browse files
author
adrianbartyczak
committed
Rename directory "databases" to "database" in functions_scripts/applications
1 parent f66f5af commit 23424b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Shell provides solutions for the following application layer paradigms:
1313

1414
Solutions for applications
1515

16-
* [RDBMS functions for MySQL](functions_scripts/applications/databases/mysqlutils)
16+
* [RDBMS functions for MySQL](functions_scripts/applications/database/mysqlutils)
1717
* [Check if a PostgreSQL database exists.](one-liners/applications/database/postgresql-database.one-liners)
1818

1919
## Programming languages
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# applications/
33

4-
## databases/
4+
## database/
55

6-
* [**mongodbutils**](databases/mongodbutils): RDBMS functions for MongoDB
7-
* [**mysqlutils**](databases/mysqlutils): NoSQL functions for MySQL
6+
* [**mongodbutils**](database/mongodbutils): RDBMS functions for MongoDB
7+
* [**mysqlutils**](database/mysqlutils): NoSQL functions for MySQL
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)