Skip to content

Commit

Permalink
fixed readme and removed csv fro package.json (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANAS799 authored May 1, 2024
1 parent db19fa5 commit ec015e7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 88 deletions.
25 changes: 9 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,19 @@

## Version v2.0

- Added more methods for all adapters.
- Enhanced older methods.
- Encryption changed to secure and became optional.
- Added npm create verse.db@latest, making configuration easier.
- Added .config folder in dataPath to save ur secrets keys for secure.

## Version v2.0

- Added real-time data store, whcihs uses db.watch('dataname')
- Added real-time data store, which's uses db.watch('dataname')
- Added more operations for each adapter, such as: [batchTasks, dataSize, docCount, search, join].
- Fixed Minor bugs in Connection and types.
- Added back the uniqueKeys for schemaless data.
- Remodelled the Schema for Json and Yaml: use SchemaTypes.String or "String".
- Added back the uniqueKeys for schemeless data.
- Remodeled the Schema for JSON and YAML: use SchemaTypes.String or "String".
- Changed Security into optional setting and non required.
- Added secrets.env to store your keys safely and not to be lost.
- Made `npm create verse.db@latest` for easier setup and configuration for your data connection,
- Made `npm create verse.db@latest` for easier setup and configuration for your data connection.
- Added .config folder in dataPath to save your secrets keys for secure.
- Added More options, and filters for find and load all data.
- Added Move Data for json and yaml. now you can move specific query or full data from place to another.
- Added Functionality to remove secure from specifc files and store them into their original files.
- Added Move Data for JSON and YAML. now you can move specific query or full data from place to another.
- Added Functionality to remove secure from specific files and store them into their original files.
- File extensions became viewable and can be `json`, `yaml`, and `sql`.

## Version 1.1

Expand All @@ -43,7 +37,6 @@
### Change log:

- Converting the database from `JavaScript` to `TypeScript`
-
- Setup `xlsx` to the database
- Setup `csv` to the database
- Setup `SQL` to the database
Expand All @@ -53,6 +46,6 @@

## Contributors:

- @Marco5dev
- @marco5dev
- @kmoshax
- @ANAS
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
![image](https://github.com/jedi-studio/verse.db/assets/100785809/269a554b-1157-4351-be16-f9c23c5ee1a2)
![Verse.db Logo](https://github.com/jedi-studio/verse.db/assets/100785809/269a554b-1157-4351-be16-f9c23c5ee1a2)

Unlock the potential of your data with Verse.db, the premier data management tool that transcends the ordinary database experience. With unparalleled flexibility, security, and performance, Verse.db empowers you to wield your data with precision and ease.

![Verse.db Logo](https://github.com/jedi-studio/verse.db/assets/100785809/269a554b-1157-4351-be16-f9c23c5ee1a2)

### Elevate Your Data Experience

- **Flexible**: Seamlessly manage various data formats including JSON, YAML, SQL, and more.
Expand Down
39 changes: 2 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verse.db",
"version": "2.0.0",
"version": "2.0.1",
"description": "verse.db isn't just a database, it's your universal data bridge. Designed for unmatched flexibility, security, and performance, verse.db empowers you to manage your data with ease.",
"license": "MIT",
"author": "marco5dev (Mark Maher)",
Expand Down Expand Up @@ -42,7 +42,6 @@
},
"dependencies": {
"axios": "^1.6.8",
"csv": "^6.3.8",
"yaml": "^2.4.1"
},
"keywords": [
Expand Down
30 changes: 0 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1122,31 +1122,6 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"

csv-generate@^4.4.0:
version "4.4.0"
resolved "https://registry.npmjs.org/csv-generate/-/csv-generate-4.4.0.tgz"
integrity sha512-geM01acNPZ0wr4/9sKev5fCzFG/tsc/NbuFWrhLc47M1zQyUdEJH65+cxTLIVafEwhBjIYwQ7fdOL9roBqVltQ==

csv-parse@^5.5.5:
version "5.5.5"
resolved "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.5.tgz"
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==

csv-stringify@^6.4.6:
version "6.4.6"
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz"
integrity sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==

csv@^6.3.8:
version "6.3.8"
resolved "https://registry.npmjs.org/csv/-/csv-6.3.8.tgz"
integrity sha512-gRh3yiT9bHBA5ka2yOpyFqAVu/ZpwWzajMUR/es0ljevAE88WyHBuMUy7jzd2o5j6LYQesEO/AyhbQ9BhbDXUA==
dependencies:
csv-generate "^4.4.0"
csv-parse "^5.5.5"
csv-stringify "^6.4.6"
stream-transform "^3.3.1"

debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
version "4.3.4"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
Expand Down Expand Up @@ -2507,11 +2482,6 @@ stack-utils@^2.0.3:
dependencies:
escape-string-regexp "^2.0.0"

stream-transform@^3.3.1:
version "3.3.1"
resolved "https://registry.npmjs.org/stream-transform/-/stream-transform-3.3.1.tgz"
integrity sha512-BL8pv9QL8Ikd11oZwlRDp1qYMhGR0i50zI9ltoijKGc4ubQWal/Rc4p6SYJp1TBOGpE0uAGchwbxOZ1ycwTuqQ==

string-length@^4.0.1:
version "4.0.2"
resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz"
Expand Down

0 comments on commit ec015e7

Please sign in to comment.