0.1.8 โ€ข Published 2 years ago

v_database v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

๐Ÿงพ V_Database - README.md

Description: Simple way to make data available in your website/application for a single database.


๐Ÿšง WARNING: APPLICATION STILL IN ๐Ÿงฑ ALPHA ๐Ÿšง


๐Ÿš• Install and Setting up

Currently only through the github repo can be installed... Run these commands in sequence to install:

      // Install the dependency
      npm i v_database --save
      // Start node
      node
      // Load it into the console
      const v_db = require('.');
      // Trigger the install
      await v_db.install();

Soon... ๐Ÿš€    

โšก How to actually use it ?

here is an example code that is being used to export this example readme file in the fist place.

      const v_database = require('v_database');

      v_database.type.new('books'); // returns true if it created new type or false if it already exists or fails
      v_database.type.new('links');

      v_database.item.new('books', {name: 'book title text' , description : 'demo' });
      v_database.item.new('links', {name: 'v-core9' , path : 'https://v-core9.com/' });

      v_database.item.new('books', { id: 'sample_id', name: 'book title text' , description : 'demo' }); //Adding ID will try to use it as an ID

      v_database.install() // trigger installation process
      v_database.data_size() // returns the size of the data
      v_database.purge_data() // removes all data from the database
    

๐Ÿ“ Project Folders Structure Info

Look into system folder for more info about project structure.

These are some important folders that are used when generating this document:
  ๐Ÿ“ __tests__ /
  ๐Ÿ“ __tests__ / v_database /
  ๐Ÿ“ __tests__ / v_lidator /

  ๐Ÿ“ _tDdata_ /
  ๐Ÿ“ _tDdata_ / _test-data /

  ๐Ÿ“ $_HELP_$ /
  ๐Ÿ“ $_HELP_$ / readme /

  ๐Ÿ“ v_database /
  ๐Ÿ“ v_database / config /
  ๐Ÿ“ v_database / config / version /
  ๐Ÿ“ v_database / helpers /
  ๐Ÿ“ v_database / info /
  ๐Ÿ“ v_database / item /
  ๐Ÿ“ v_database / modules /
  ๐Ÿ“ v_database / type /

  ๐Ÿ“ v_lidator /
  ๐Ÿ“ v_lidator / src /
  ๐Ÿ“ v_lidator / src / helpers /
  ๐Ÿ“ v_lidator / src / templates /
  ๐Ÿ“ v_lidator / src / user /         

โœ… Tests and Coverage with Jest

Test and Coverage with Jest


๐Ÿ”ป WARRNING: GENERATED FILE NOTICE ๐Ÿ”ป

โ›” Any Edits Done To Generated Files Will Be Overwritten Next Time These Files Get Re-Generated!

Made ๐Ÿ’– using v_scrolls
Last Updated: 2021/12/19 13:40:26

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago

0.0.32

2 years ago

0.0.31

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago