0.1.8 โ€ข Published 3 years ago

v_database v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.37

4 years ago

0.0.36

4 years ago

0.0.35

4 years ago

0.0.34

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago