Skip to content

Commit 80162e2

Browse files
committed
Change JSONDB description
1 parent d765b63 commit 80162e2

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "na2axl/jsondb",
3-
"description": "Manage local databases with JSON files and JSONDB Query Language (JQL).",
3+
"description": "Manage JSON files as databases with JSON Query Language (JQL).",
44
"keywords": ["database", "file", "json", "nosql", "db"],
55
"homepage": "https://github.com/na2axl/jsondb-php",
66
"type": "library",

src/JSONDB/Benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/JSONDB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/PreparedQueryStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/QueryParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

src/JSONDB/QueryResult.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*
@@ -41,7 +41,7 @@
4141
*
4242
* @package JSONDB
4343
* @subpackage Utilities
44-
* @category Query
44+
* @category Results
4545
* @author Nana Axel
4646
*/
4747
class QueryResult implements \Iterator, \SeekableIterator, \Countable, \Serializable, \ArrayAccess

src/JSONDB/Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* JSONDB - JSON Database Manager
55
*
6-
* Manage local databases with JSON files and JSON Query Language (JQL)
6+
* Manage JSON files as databases with JSON Query Language (JQL)
77
*
88
* This content is released under the MIT License (MIT)
99
*

0 commit comments

Comments
 (0)