Jade Quartz is a community database project for the City of Austin's Asian American Resource Center. The growth of the Austin Asian Pacific Islander (API) population has led to increasing numbers of API-owned stores, restaurants, boutiques, religious organizations, community groups, non-profits, and news outlets. Jade Quartz will take in data about all these organizations into an easy-to-access database for AARC staff to use.
The project will allow a user to log-in and input data via a submit form. In the form, fields will include Name of Organization/Business, address, phone number, main contact name, email address, ethnic affiliation, and category. Categories may include religious organization, restaurant, health and beauty business, etc. A dropdown menu will be made to show all these businesses grouped by a particular category chosen.
Users may be able to update data as necessary if there there are any changes (i.e. address change or email change or contact information changed).
$ npm install --save sequelize
# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql2
$ npm install --save sqlite3
$ npm install --save tedious # MSSQL
Sequelize follows SEMVER. Supports Node v4 and above to use ES6 features.
- Schema definition
- Schema synchronization/dropping
- 1:1, 1:M & N:M Associations
- Through models
- Promises
- Hooks/callbacks/lifecycle events
- Prefetching/association including
- Transactions
- Migrations
- CLI (sequelize-cli)
If you have any security issue to report, contact project maintainers privately. You can find contact information here
- English v4 (OFFICIAL)
- 中文文档 v4 (UNOFFICIAL)