-2

Am able to connect to database in node.js but i wonder where to create, store and retrieve my tables .

sanjay gouri
  • 21
  • 1
  • 8
  • Well, you don't NEED to use Navicat... plenty of other GUI management tools out there. Or just use the terminal. – tier1 Aug 03 '15 at 14:10

1 Answers1

0

Try using sequelize js ORM,

http://docs.sequelizejs.com/en/latest/docs/schema/

This module can be used for defining the tables,

By the way no need to navicat for this, in case you have specific requirement please brief here.

Sathish
  • 2,056
  • 3
  • 26
  • 40
  • Thanks for the info but actually my doubt is when i keep this total code in github people can able to see the data as am writing in js files i guess you got my point ?? – sanjay gouri Aug 03 '15 at 14:31
  • If you are concern about the code protection, go for private repo in github. Other wise i don't get your point ? – Sathish Aug 03 '15 at 14:32
  • If you find the answer satisfy. Accept and close. :) – Sathish Aug 03 '15 at 14:36