గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

ప్రస్తుతం, REST API వెబ్ అప్లికేషన్ డెవలప్‌మెంట్ కోసం ఒక ప్రమాణంగా మారింది, అభివృద్ధిని స్వతంత్ర భాగాలుగా విభజించడానికి అనుమతిస్తుంది. యాంగ్యులర్, రియాక్ట్, వ్యూ మరియు ఇతర వంటి వివిధ ప్రముఖ ఫ్రేమ్‌వర్క్‌లు ప్రస్తుతం UI కోసం ఉపయోగించబడుతున్నాయి. బ్యాకెండ్ డెవలపర్‌లు అనేక రకాల భాషలు మరియు ఫ్రేమ్‌వర్క్‌ల నుండి ఎంచుకోవచ్చు. ఈ రోజు నేను అలాంటి ఫ్రేమ్‌వర్క్ గురించి మాట్లాడాలనుకుంటున్నాను నెస్ట్ జెఎస్. మేము లోపల ఉన్నాము టెస్ట్‌మేస్ మేము అంతర్గత ప్రాజెక్ట్‌ల కోసం దీన్ని చురుకుగా ఉపయోగిస్తాము. గూడు మరియు ప్యాకేజీని ఉపయోగించడం @nestjsx/crud, మేము ఒక సాధారణ CRUD అప్లికేషన్‌ను సృష్టిస్తాము.

ఎందుకు NestJS

ఇటీవల, జావాస్క్రిప్ట్ సంఘంలో చాలా బ్యాకెండ్ ఫ్రేమ్‌వర్క్‌లు కనిపించాయి. మరియు ఫంక్షనాలిటీ పరంగా వారు నెస్ట్‌కు సారూప్య సామర్థ్యాలను అందిస్తే, ఒక విషయంలో అది ఖచ్చితంగా గెలుస్తుంది - ఇది ఆర్కిటెక్చర్. క్రింది NestJS ఫీచర్‌లు పారిశ్రామిక అప్లికేషన్‌లను సృష్టించడానికి మరియు పెద్ద టీమ్‌లకు అభివృద్ధిని స్కేల్ చేయడానికి మిమ్మల్ని అనుమతిస్తాయి:

  • టైప్‌స్క్రిప్ట్‌ను ప్రధాన అభివృద్ధి భాషగా ఉపయోగించడం. NestJS JavaScriptకు మద్దతిస్తున్నప్పటికీ, కొన్ని కార్యాచరణలు పని చేయకపోవచ్చు, ప్రత్యేకించి మనం మూడవ పక్ష ప్యాకేజీల గురించి మాట్లాడుతున్నట్లయితే;
  • DI కంటైనర్ ఉనికి, ఇది మీరు వదులుగా కపుల్డ్ భాగాలను సృష్టించడానికి అనుమతిస్తుంది;
  • ఫ్రేమ్‌వర్క్ యొక్క కార్యాచరణ స్వతంత్ర పరస్పర మార్పిడి భాగాలుగా విభజించబడింది. ఉదాహరణకు, హుడ్ కింద ఫ్రేమ్‌వర్క్‌గా దీనిని ఉపయోగించవచ్చు వ్యక్తం, మరియు బిగించు, డేటాబేస్‌తో పని చేయడానికి, పెట్టె వెలుపల గూడు బైండింగ్‌లను అందిస్తుంది టైఫార్మ్, ముంగిస, కొనసాగింపు;
  • NestJS ప్లాట్‌ఫారమ్ అజ్ఞేయవాదం మరియు REST, GraphQL, Websockets, gRPC మొదలైన వాటికి మద్దతు ఇస్తుంది.

ఫ్రేమ్‌వర్క్ కోణీయ ఫ్రంటెండ్ ఫ్రేమ్‌వర్క్ ద్వారా ప్రేరణ పొందింది మరియు సంభావితంగా దానితో చాలా ఉమ్మడిగా ఉంటుంది.

NestJSని ఇన్‌స్టాల్ చేయడం మరియు ప్రాజెక్ట్‌ని అమలు చేయడం

Nest ఒక ప్యాకేజీని కలిగి ఉంది గూడు/cli, ఇది ప్రాథమిక అప్లికేషన్ ఫ్రేమ్‌వర్క్‌ను త్వరగా అమలు చేయడానికి మిమ్మల్ని అనుమతిస్తుంది. ఈ ప్యాకేజీని ప్రపంచవ్యాప్తంగా ఇన్‌స్టాల్ చేద్దాం:

npm install --global @nest/cli

ఇన్‌స్టాలేషన్ తర్వాత, మేము మా అప్లికేషన్ యొక్క ప్రాథమిక ఫ్రేమ్‌వర్క్‌ను పేరుతో ఉత్పత్తి చేస్తాము గూడు-rest. ఇది కమాండ్ ఉపయోగించి చేయబడుతుంది nest new nest-rest.

గూడు కొత్త గూడు-విశ్రాంతి

dmitrii@dmitrii-HP-ZBook-17-G3:~/projects $ nest new nest-rest
  We will scaffold your app in a few seconds..

CREATE /nest-rest/.prettierrc (51 bytes)
CREATE /nest-rest/README.md (3370 bytes)
CREATE /nest-rest/nest-cli.json (84 bytes)
CREATE /nest-rest/nodemon-debug.json (163 bytes)
CREATE /nest-rest/nodemon.json (67 bytes)
CREATE /nest-rest/package.json (1805 bytes)
CREATE /nest-rest/tsconfig.build.json (97 bytes)
CREATE /nest-rest/tsconfig.json (325 bytes)
CREATE /nest-rest/tslint.json (426 bytes)
CREATE /nest-rest/src/app.controller.spec.ts (617 bytes)
CREATE /nest-rest/src/app.controller.ts (274 bytes)
CREATE /nest-rest/src/app.module.ts (249 bytes)
CREATE /nest-rest/src/app.service.ts (142 bytes)
CREATE /nest-rest/src/main.ts (208 bytes)
CREATE /nest-rest/test/app.e2e-spec.ts (561 bytes)
CREATE /nest-rest/test/jest-e2e.json (183 bytes)

? Which package manager would you ️ to use? yarn
 Installation in progress... 

  Successfully created project nest-rest
  Get started with the following commands:

$ cd nest-rest
$ yarn run start

                          Thanks for installing Nest 
                 Please consider donating to our open collective
                        to help us maintain this package.

                 Donate: https://opencollective.com/nest

మేము మా ప్యాకేజీ మేనేజర్‌గా నూలును ఎంచుకుంటాము.
ఈ సమయంలో మీరు ఆదేశంతో సర్వర్‌ను ప్రారంభించవచ్చు npm start మరియు చిరునామాకు వెళ్లడం http://localhost:3000 మీరు ప్రధాన పేజీని చూడవచ్చు. అయితే, మేము ఇక్కడ సమావేశమయ్యాము మరియు మేము ముందుకు వెళ్తున్నాము.

డేటాబేస్తో పనిని సెటప్ చేస్తోంది

నేను ఈ కథనం కోసం PostrgreSQLని DBMSగా ఎంచుకున్నాను. అభిరుచుల గురించి ఎటువంటి వివాదం లేదు; నా అభిప్రాయం ప్రకారం, ఇది చాలా పరిణతి చెందిన DBMS, అవసరమైన అన్ని సామర్థ్యాలను కలిగి ఉంది. ఇప్పటికే చెప్పినట్లుగా, డేటాబేస్‌లతో పని చేయడానికి Nest వివిధ ప్యాకేజీలతో ఏకీకరణను అందిస్తుంది. ఎందుకంటే నా ఎంపిక PostgreSQLపై పడింది కాబట్టి, TypeORMని ORMగా ఎంచుకోవడం లాజికల్‌గా ఉంటుంది. డేటాబేస్‌తో అనుసంధానం కోసం అవసరమైన ప్యాకేజీలను ఇన్‌స్టాల్ చేద్దాం:

yarn add typeorm @nestjs/typeorm pg

క్రమంలో, ప్రతి ప్యాకేజీకి ఏమి అవసరమో:

  1. టైప్‌ఫార్మ్ - నేరుగా ORM నుండే ప్యాకేజీ;
  2. @nestjs/typeorm - NestJS కోసం TypeORM ప్యాకేజీ. ప్రాజెక్ట్ మాడ్యూల్‌లలోకి దిగుమతి చేయడానికి మాడ్యూల్‌లను జోడిస్తుంది, అలాగే సహాయక డెకరేటర్‌ల సమితి;
  3. pg - PostgreSQLతో పని చేయడానికి డ్రైవర్.

సరే, ప్యాకేజీలు ఇన్‌స్టాల్ చేయబడ్డాయి, ఇప్పుడు మీరు డేటాబేస్‌ను ప్రారంభించాలి. డేటాబేస్‌ని అమలు చేయడానికి, నేను క్రింది కంటెంట్‌తో docker-compose.ymlని ఉపయోగిస్తాను:

డాకర్-compose.yml

version: '3.1'

services:
  db:
    image: postgres:11.2
    restart: always
    environment:
      POSTGRES_PASSWORD: example
    volumes:
      - ../db:/var/lib/postgresql/data
      - ./postgresql.conf:/etc/postgresql/postgresql.conf
    ports:
      - 5432:5432
  adminer:
    image: adminer
    restart: always
    ports:
      - 8080:8080

మీరు చూడగలిగినట్లుగా, ఈ ఫైల్ 2 కంటైనర్ల లాంచ్‌ను కాన్ఫిగర్ చేస్తుంది:

  1. db అనేది డేటాబేస్‌ను నేరుగా కలిగి ఉండే కంటైనర్. మా విషయంలో, postgresql వెర్షన్ 11.2 ఉపయోగించబడుతుంది;
  2. నిర్వాహకుడు-డేటాబేస్ మేనేజర్. డేటాబేస్‌ను వీక్షించడానికి మరియు నిర్వహించడానికి వెబ్ ఇంటర్‌ఫేస్‌ను అందిస్తుంది.

tcp కనెక్షన్‌లతో పని చేయడానికి, నేను క్రింది కాన్ఫిగర్‌ని జోడించాను.

postgresql.conf

# -----------------------------
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
#   name = value
#
# (The "=" is optional.)  Whitespace may be used.  Comments are introduced with
# "#" anywhere on a line.  The complete list of parameter names and allowed
# values can be found in the PostgreSQL documentation.
#
# The commented-out settings shown in this file represent the default values.
# Re-commenting a setting is NOT sufficient to revert it to the default value;
# you need to reload the server.
#
# This file is read on server startup and when the server receives a SIGHUP
# signal.  If you edit the file on a running system, you have to SIGHUP the
# server for the changes to take effect, run "pg_ctl reload", or execute
# "SELECT pg_reload_conf()".  Some parameters, which are marked below,
# require a server shutdown and restart to take effect.
#
# Any parameter can also be given as a command-line option to the server, e.g.,
# "postgres -c log_connections=on".  Some parameters can be changed at run time
# with the "SET" SQL command.
#
# Memory units:  kB = kilobytes        Time units:  ms  = milliseconds
#                MB = megabytes                     s   = seconds
#                GB = gigabytes                     min = minutes
#                TB = terabytes                     h   = hours
#                                                   d   = days
#------------------------------------------------------------------------------
# FILE LOCATIONS
#------------------------------------------------------------------------------
# The default values of these variables are driven from the -D command-line
# option or PGDATA environment variable, represented here as ConfigDir.
#data_directory = 'ConfigDir'       # use data in another directory
# (change requires restart)
#hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
# (change requires restart)
#ident_file = 'ConfigDir/pg_ident.conf' # ident configuration file
# (change requires restart)
# If external_pid_file is not explicitly set, no extra PID file is written.
#external_pid_file = ''         # write an extra PID file
# (change requires restart)
#------------------------------------------------------------------------------
# CONNECTIONS AND AUTHENTICATION
#------------------------------------------------------------------------------
# - Connection Settings -
listen_addresses = '*'
#listen_addresses = 'localhost'     # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
#port = 5432                # (change requires restart)
#max_connections = 100          # (change requires restart)
#superuser_reserved_connections = 3 # (change requires restart)
#unix_socket_directories = '/tmp'   # comma-separated list of directories
# (change requires restart)
#unix_socket_group = ''         # (change requires restart)
#unix_socket_permissions = 0777     # begin with 0 to use octal notation
# (change requires restart)
#bonjour = off              # advertise server via Bonjour
# (change requires restart)
#bonjour_name = ''          # defaults to the computer name
# (change requires restart)
# - TCP Keepalives -
# see "man 7 tcp" for details
#tcp_keepalives_idle = 0        # TCP_KEEPIDLE, in seconds;
# 0 selects the system default
#tcp_keepalives_interval = 0        # TCP_KEEPINTVL, in seconds;
# 0 selects the system default
#tcp_keepalives_count = 0       # TCP_KEEPCNT;
# 0 selects the system default
# - Authentication -
#authentication_timeout = 1min      # 1s-600s
#password_encryption = md5      # md5 or scram-sha-256
#db_user_namespace = off
# GSSAPI using Kerberos
#krb_server_keyfile = ''
#krb_caseins_users = off
# - SSL -
#ssl = off
#ssl_ca_file = ''
#ssl_cert_file = 'server.crt'
#ssl_crl_file = ''
#ssl_key_file = 'server.key'
#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
#ssl_prefer_server_ciphers = on
#ssl_ecdh_curve = 'prime256v1'
#ssl_min_protocol_version = 'TLSv1'
#ssl_max_protocol_version = ''
#ssl_dh_params_file = ''
#ssl_passphrase_command = ''
#ssl_passphrase_command_supports_reload = off
#------------------------------------------------------------------------------
# RESOURCE USAGE (except WAL)
#------------------------------------------------------------------------------
# - Memory -
#shared_buffers = 32MB          # min 128kB
# (change requires restart)
#huge_pages = try           # on, off, or try
# (change requires restart)
#temp_buffers = 8MB         # min 800kB
#max_prepared_transactions = 0      # zero disables the feature
# (change requires restart)
# Caution: it is not advisable to set max_prepared_transactions nonzero unless
# you actively intend to use prepared transactions.
#work_mem = 4MB             # min 64kB
#maintenance_work_mem = 64MB        # min 1MB
#autovacuum_work_mem = -1       # min 1MB, or -1 to use maintenance_work_mem
#max_stack_depth = 2MB          # min 100kB
#shared_memory_type = mmap      # the default is the first option
# supported by the operating system:
#   mmap
#   sysv
#   windows
# (change requires restart)
#dynamic_shared_memory_type = posix # the default is the first option
# supported by the operating system:
#   posix
#   sysv
#   windows
#   mmap
# (change requires restart)
# - Disk -
#temp_file_limit = -1           # limits per-process temp file space
# in kB, or -1 for no limit
# - Kernel Resources -
#max_files_per_process = 1000       # min 25
# (change requires restart)
# - Cost-Based Vacuum Delay -
#vacuum_cost_delay = 0          # 0-100 milliseconds (0 disables)
#vacuum_cost_page_hit = 1       # 0-10000 credits
#vacuum_cost_page_miss = 10     # 0-10000 credits
#vacuum_cost_page_dirty = 20        # 0-10000 credits
#vacuum_cost_limit = 200        # 1-10000 credits
# - Background Writer -
#bgwriter_delay = 200ms         # 10-10000ms between rounds
#bgwriter_lru_maxpages = 100        # max buffers written/round, 0 disables
#bgwriter_lru_multiplier = 2.0      # 0-10.0 multiplier on buffers scanned/round
#bgwriter_flush_after = 0       # measured in pages, 0 disables
# - Asynchronous Behavior -
#effective_io_concurrency = 1       # 1-1000; 0 disables prefetching
#max_worker_processes = 8       # (change requires restart)
#max_parallel_maintenance_workers = 2   # taken from max_parallel_workers
#max_parallel_workers_per_gather = 2    # taken from max_parallel_workers
#parallel_leader_participation = on
#max_parallel_workers = 8       # maximum number of max_worker_processes that
# can be used in parallel operations
#old_snapshot_threshold = -1        # 1min-60d; -1 disables; 0 is immediate
# (change requires restart)
#backend_flush_after = 0        # measured in pages, 0 disables
#------------------------------------------------------------------------------
# WRITE-AHEAD LOG
#------------------------------------------------------------------------------
# - Settings -
#wal_level = replica            # minimal, replica, or logical
# (change requires restart)
#fsync = on             # flush data to disk for crash safety
# (turning this off can cause
# unrecoverable data corruption)
#synchronous_commit = on        # synchronization level;
# off, local, remote_write, remote_apply, or on
#wal_sync_method = fsync        # the default is the first option
# supported by the operating system:
#   open_datasync
#   fdatasync (default on Linux)
#   fsync
#   fsync_writethrough
#   open_sync
#full_page_writes = on          # recover from partial page writes
#wal_compression = off          # enable compression of full-page writes
#wal_log_hints = off            # also do full page writes of non-critical updates
# (change requires restart)
#wal_buffers = -1           # min 32kB, -1 sets based on shared_buffers
# (change requires restart)
#wal_writer_delay = 200ms       # 1-10000 milliseconds
#wal_writer_flush_after = 1MB       # measured in pages, 0 disables
#commit_delay = 0           # range 0-100000, in microseconds
#commit_siblings = 5            # range 1-1000
# - Checkpoints -
#checkpoint_timeout = 5min      # range 30s-1d
#max_wal_size = 1GB
#min_wal_size = 80MB
#checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0
#checkpoint_flush_after = 0     # measured in pages, 0 disables
#checkpoint_warning = 30s       # 0 disables
# - Archiving -
#archive_mode = off     # enables archiving; off, on, or always
# (change requires restart)
#archive_command = ''       # command to use to archive a logfile segment
# placeholders: %p = path of file to archive
#               %f = file name only
# e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f'
#archive_timeout = 0        # force a logfile segment switch after this
# number of seconds; 0 disables
# - Archive Recovery -
# These are only used in recovery mode.
#restore_command = ''       # command to use to restore an archived logfile segment
# placeholders: %p = path of file to restore
#               %f = file name only
# e.g. 'cp /mnt/server/archivedir/%f %p'
# (change requires restart)
#archive_cleanup_command = ''   # command to execute at every restartpoint
#recovery_end_command = ''  # command to execute at completion of recovery
# - Recovery Target -
# Set these only when performing a targeted recovery.
#recovery_target = ''       # 'immediate' to end recovery as soon as a
# consistent state is reached
# (change requires restart)
#recovery_target_name = ''  # the named restore point to which recovery will proceed
# (change requires restart)
#recovery_target_time = ''  # the time stamp up to which recovery will proceed
# (change requires restart)
#recovery_target_xid = ''   # the transaction ID up to which recovery will proceed
# (change requires restart)
#recovery_target_lsn = ''   # the WAL LSN up to which recovery will proceed
# (change requires restart)
#recovery_target_inclusive = on # Specifies whether to stop:
# just after the specified recovery target (on)
# just before the recovery target (off)
# (change requires restart)
#recovery_target_timeline = 'latest'    # 'current', 'latest', or timeline ID
# (change requires restart)
#recovery_target_action = 'pause'   # 'pause', 'promote', 'shutdown'
# (change requires restart)
#------------------------------------------------------------------------------
# REPLICATION
#------------------------------------------------------------------------------
# - Sending Servers -
# Set these on the master and on any standby that will send replication data.
#max_wal_senders = 10       # max number of walsender processes
# (change requires restart)
#wal_keep_segments = 0      # in logfile segments; 0 disables
#wal_sender_timeout = 60s   # in milliseconds; 0 disables
#max_replication_slots = 10 # max number of replication slots
# (change requires restart)
#track_commit_timestamp = off   # collect timestamp of transaction commit
# (change requires restart)
# - Master Server -
# These settings are ignored on a standby server.
#synchronous_standby_names = '' # standby servers that provide sync rep
# method to choose sync standbys, number of sync standbys,
# and comma-separated list of application_name
# from standby(s); '*' = all
#vacuum_defer_cleanup_age = 0   # number of xacts by which cleanup is delayed
# - Standby Servers -
# These settings are ignored on a master server.
#primary_conninfo = ''          # connection string to sending server
# (change requires restart)
#primary_slot_name = ''         # replication slot on sending server
# (change requires restart)
#promote_trigger_file = ''      # file name whose presence ends recovery
#hot_standby = on           # "off" disallows queries during recovery
# (change requires restart)
#max_standby_archive_delay = 30s    # max delay before canceling queries
# when reading WAL from archive;
# -1 allows indefinite delay
#max_standby_streaming_delay = 30s  # max delay before canceling queries
# when reading streaming WAL;
# -1 allows indefinite delay
#wal_receiver_status_interval = 10s # send replies at least this often
# 0 disables
#hot_standby_feedback = off     # send info from standby to prevent
# query conflicts
#wal_receiver_timeout = 60s     # time that receiver waits for
# communication from master
# in milliseconds; 0 disables
#wal_retrieve_retry_interval = 5s   # time to wait before retrying to
# retrieve WAL after a failed attempt
#recovery_min_apply_delay = 0       # minimum delay for applying changes during recovery
# - Subscribers -
# These settings are ignored on a publisher.
#max_logical_replication_workers = 4    # taken from max_worker_processes
# (change requires restart)
#max_sync_workers_per_subscription = 2  # taken from max_logical_replication_workers
#------------------------------------------------------------------------------
# QUERY TUNING
#------------------------------------------------------------------------------
# - Planner Method Configuration -
#enable_bitmapscan = on
#enable_hashagg = on
#enable_hashjoin = on
#enable_indexscan = on
#enable_indexonlyscan = on
#enable_material = on
#enable_mergejoin = on
#enable_nestloop = on
#enable_parallel_append = on
#enable_seqscan = on
#enable_sort = on
#enable_tidscan = on
#enable_partitionwise_join = off
#enable_partitionwise_aggregate = off
#enable_parallel_hash = on
#enable_partition_pruning = on
# - Planner Cost Constants -
#seq_page_cost = 1.0            # measured on an arbitrary scale
#random_page_cost = 4.0         # same scale as above
#cpu_tuple_cost = 0.01          # same scale as above
#cpu_index_tuple_cost = 0.005       # same scale as above
#cpu_operator_cost = 0.0025     # same scale as above
#parallel_tuple_cost = 0.1      # same scale as above
#parallel_setup_cost = 1000.0   # same scale as above
#jit_above_cost = 100000        # perform JIT compilation if available
# and query more expensive than this;
# -1 disables
#jit_inline_above_cost = 500000     # inline small functions if query is
# more expensive than this; -1 disables
#jit_optimize_above_cost = 500000   # use expensive JIT optimizations if
# query is more expensive than this;
# -1 disables
#min_parallel_table_scan_size = 8MB
#min_parallel_index_scan_size = 512kB
#effective_cache_size = 4GB
# - Genetic Query Optimizer -
#geqo = on
#geqo_threshold = 12
#geqo_effort = 5            # range 1-10
#geqo_pool_size = 0         # selects default based on effort
#geqo_generations = 0           # selects default based on effort
#geqo_selection_bias = 2.0      # range 1.5-2.0
#geqo_seed = 0.0            # range 0.0-1.0
# - Other Planner Options -
#default_statistics_target = 100    # range 1-10000
#constraint_exclusion = partition   # on, off, or partition
#cursor_tuple_fraction = 0.1        # range 0.0-1.0
#from_collapse_limit = 8
#join_collapse_limit = 8        # 1 disables collapsing of explicit
# JOIN clauses
#force_parallel_mode = off
#jit = on               # allow JIT compilation
#plan_cache_mode = auto         # auto, force_generic_plan or
# force_custom_plan
#------------------------------------------------------------------------------
# REPORTING AND LOGGING
#------------------------------------------------------------------------------
# - Where to Log -
#log_destination = 'stderr'     # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform.  csvlog
# requires logging_collector to be on.
# This is used when logging to stderr:
#logging_collector = off        # Enable capturing of stderr and csvlog
# into log files. Required to be on for
# csvlogs.
# (change requires restart)
# These are only used if logging_collector is on:
#log_directory = 'log'          # directory where log files are written,
# can be absolute or relative to PGDATA
#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'    # log file name pattern,
# can include strftime() escapes
#log_file_mode = 0600           # creation mode for log files,
# begin with 0 to use octal notation
#log_truncate_on_rotation = off     # If on, an existing log file with the
# same name as the new log file will be
# truncated rather than appended to.
# But such truncation only occurs on
# time-driven rotation, not on restarts
# or size-driven rotation.  Default is
# off, meaning append to existing files
# in all cases.
#log_rotation_age = 1d          # Automatic rotation of logfiles will
# happen after that time.  0 disables.
#log_rotation_size = 10MB       # Automatic rotation of logfiles will
# happen after that much log output.
# 0 disables.
# These are relevant when logging to syslog:
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
#syslog_sequence_numbers = on
#syslog_split_messages = on
# This is only relevant when logging to eventlog (win32):
# (change requires restart)
#event_source = 'PostgreSQL'
# - When to Log -
#log_min_messages = warning     # values in order of decreasing detail:
#   debug5
#   debug4
#   debug3
#   debug2
#   debug1
#   info
#   notice
#   warning
#   error
#   log
#   fatal
#   panic
#log_min_error_statement = error    # values in order of decreasing detail:
#   debug5
#   debug4
#   debug3
#   debug2
#   debug1
#   info
#   notice
#   warning
#   error
#   log
#   fatal
#   panic (effectively off)
#log_min_duration_statement = -1    # logs statements and their durations
# according to log_statement_sample_rate. -1 is disabled,
# 0 logs all statement, > 0 logs only statements running at
# least this number of milliseconds.
#log_statement_sample_rate = 1  # Fraction of logged statements over
# log_min_duration_statement. 1.0 logs all statements,
# 0 never logs.
# - What to Log -
#debug_print_parse = off
#debug_print_rewritten = off
#debug_print_plan = off
#debug_pretty_print = on
#log_checkpoints = off
#log_connections = off
#log_disconnections = off
#log_duration = off
#log_error_verbosity = default      # terse, default, or verbose messages
#log_hostname = off
#log_line_prefix = '%m [%p] '       # special values:
#   %a = application name
#   %u = user name
#   %d = database name
#   %r = remote host and port
#   %h = remote host
#   %p = process ID
#   %t = timestamp without milliseconds
#   %m = timestamp with milliseconds
#   %n = timestamp with milliseconds (as a Unix epoch)
#   %i = command tag
#   %e = SQL state
#   %c = session ID
#   %l = session line number
#   %s = session start timestamp
#   %v = virtual transaction ID
#   %x = transaction ID (0 if none)
#   %q = stop here in non-session
#        processes
#   %% = '%'
# e.g. '<%u%%%d> '
#log_lock_waits = off           # log lock waits >= deadlock_timeout
#log_statement = 'none'         # none, ddl, mod, all
#log_replication_commands = off
#log_temp_files = -1            # log temporary files equal or larger
# than the specified size in kilobytes;
# -1 disables, 0 logs all temp files
#log_timezone = 'GMT'
#------------------------------------------------------------------------------
# PROCESS TITLE
#------------------------------------------------------------------------------
#cluster_name = ''          # added to process titles if nonempty
# (change requires restart)
#update_process_title = on
#------------------------------------------------------------------------------
# STATISTICS
#------------------------------------------------------------------------------
# - Query and Index Statistics Collector -
#track_activities = on
#track_counts = on
#track_io_timing = off
#track_functions = none         # none, pl, all
#track_activity_query_size = 1024   # (change requires restart)
#stats_temp_directory = 'pg_stat_tmp'
# - Monitoring -
#log_parser_stats = off
#log_planner_stats = off
#log_executor_stats = off
#log_statement_stats = off
#------------------------------------------------------------------------------
# AUTOVACUUM
#------------------------------------------------------------------------------
#autovacuum = on            # Enable autovacuum subprocess?  'on'
# requires track_counts to also be on.
#log_autovacuum_min_duration = -1   # -1 disables, 0 logs all actions and
# their durations, > 0 logs only
# actions running at least this number
# of milliseconds.
#autovacuum_max_workers = 3     # max number of autovacuum subprocesses
# (change requires restart)
#autovacuum_naptime = 1min      # time between autovacuum runs
#autovacuum_vacuum_threshold = 50   # min number of row updates before
# vacuum
#autovacuum_analyze_threshold = 50  # min number of row updates before
# analyze
#autovacuum_vacuum_scale_factor = 0.2   # fraction of table size before vacuum
#autovacuum_analyze_scale_factor = 0.1  # fraction of table size before analyze
#autovacuum_freeze_max_age = 200000000  # maximum XID age before forced vacuum
# (change requires restart)
#autovacuum_multixact_freeze_max_age = 400000000    # maximum multixact age
# before forced vacuum
# (change requires restart)
#autovacuum_vacuum_cost_delay = 2ms # default vacuum cost delay for
# autovacuum, in milliseconds;
# -1 means use vacuum_cost_delay
#autovacuum_vacuum_cost_limit = -1  # default vacuum cost limit for
# autovacuum, -1 means use
# vacuum_cost_limit
#------------------------------------------------------------------------------
# CLIENT CONNECTION DEFAULTS
#------------------------------------------------------------------------------
# - Statement Behavior -
#client_min_messages = notice       # values in order of decreasing detail:
#   debug5
#   debug4
#   debug3
#   debug2
#   debug1
#   log
#   notice
#   warning
#   error
#search_path = '"$user", public'    # schema names
#row_security = on
#default_tablespace = ''        # a tablespace name, '' uses the default
#temp_tablespaces = ''          # a list of tablespace names, '' uses
# only default tablespace
#check_function_bodies = on
#default_transaction_isolation = 'read committed'
#default_transaction_read_only = off
#default_transaction_deferrable = off
#session_replication_role = 'origin'
#statement_timeout = 0          # in milliseconds, 0 is disabled
#lock_timeout = 0           # in milliseconds, 0 is disabled
#idle_in_transaction_session_timeout = 0    # in milliseconds, 0 is disabled
#vacuum_freeze_min_age = 50000000
#vacuum_freeze_table_age = 150000000
#vacuum_multixact_freeze_min_age = 5000000
#vacuum_multixact_freeze_table_age = 150000000
#vacuum_cleanup_index_scale_factor = 0.1    # fraction of total number of tuples
# before index cleanup, 0 always performs
# index cleanup
#bytea_output = 'hex'           # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
#gin_fuzzy_search_limit = 0
#gin_pending_list_limit = 4MB
# - Locale and Formatting -
#datestyle = 'iso, mdy'
#intervalstyle = 'postgres'
#timezone = 'GMT'
#timezone_abbreviations = 'Default'     # Select the set of available time zone
# abbreviations.  Currently, there are
#   Default
#   Australia (historical usage)
#   India
# You can create your own file in
# share/timezonesets/.
#extra_float_digits = 1         # min -15, max 3; any value >0 actually
# selects precise output mode
#client_encoding = sql_ascii        # actually, defaults to database
# encoding
# These settings are initialized by initdb, but they can be changed.
#lc_messages = 'C'          # locale for system error message
# strings
#lc_monetary = 'C'          # locale for monetary formatting
#lc_numeric = 'C'           # locale for number formatting
#lc_time = 'C'              # locale for time formatting
# default configuration for text search
#default_text_search_config = 'pg_catalog.simple'
# - Shared Library Preloading -
#shared_preload_libraries = ''  # (change requires restart)
#local_preload_libraries = ''
#session_preload_libraries = ''
#jit_provider = 'llvmjit'       # JIT library to use
# - Other Defaults -
#dynamic_library_path = '$libdir'
#------------------------------------------------------------------------------
# LOCK MANAGEMENT
#------------------------------------------------------------------------------
#deadlock_timeout = 1s
#max_locks_per_transaction = 64     # min 10
# (change requires restart)
#max_pred_locks_per_transaction = 64    # min 10
# (change requires restart)
#max_pred_locks_per_relation = -2   # negative values mean
# (max_pred_locks_per_transaction
#  / -max_pred_locks_per_relation) - 1
#max_pred_locks_per_page = 2            # min 0
#------------------------------------------------------------------------------
# VERSION AND PLATFORM COMPATIBILITY
#------------------------------------------------------------------------------
# - Previous PostgreSQL Versions -
#array_nulls = on
#backslash_quote = safe_encoding    # on, off, or safe_encoding
#escape_string_warning = on
#lo_compat_privileges = off
#operator_precedence_warning = off
#quote_all_identifiers = off
#standard_conforming_strings = on
#synchronize_seqscans = on
# - Other Platforms and Clients -
#transform_null_equals = off
#------------------------------------------------------------------------------
# ERROR HANDLING
#------------------------------------------------------------------------------
#exit_on_error = off            # terminate session on any error?
#restart_after_crash = on       # reinitialize after backend crash?
#data_sync_retry = off          # retry or panic on failure to fsync
# data?
# (change requires restart)
#------------------------------------------------------------------------------
# CONFIG FILE INCLUDES
#------------------------------------------------------------------------------
# These options allow settings to be loaded from files other than the
# default postgresql.conf.
#include_dir = 'conf.d'         # include files ending in '.conf' from
# directory 'conf.d'
#include_if_exists = 'exists.conf'  # include file only if it exists
#include = 'special.conf'       # include file
#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------
# Add settings for extensions here

అంతే, మీరు కమాండ్‌తో కంటైనర్‌లను ప్రారంభించవచ్చు docker-compose up -d. లేదా కమాండ్‌తో ప్రత్యేక కన్సోల్‌లో docker-compose up.

కాబట్టి, ప్యాకేజీలు ఇన్‌స్టాల్ చేయబడ్డాయి, డేటాబేస్ ప్రారంభించబడింది, వాటిని ఒకరితో ఒకరు స్నేహం చేయడం మాత్రమే మిగిలి ఉంది. దీన్ని చేయడానికి, మీరు ప్రాజెక్ట్ రూట్‌కు కింది ఫైల్‌ను జోడించాలి: ormconfig.js:

ormconfig.js

const process = require('process');
const username = process.env.POSTGRES_USER || "postgres";
const password = process.env.POSTGRES_PASSWORD || "example";
module.exports = {
"type": "postgres",
"host": "localhost",
"port": 5432,
username,
password,
"database": "postgres",
"synchronize": true,
"dropSchema": false,
"logging": true,
"entities": [__dirname + "/src/**/*.entity.ts", __dirname + "/dist/**/*.entity.js"],
"migrations": ["migrations/**/*.ts"],
"subscribers": ["subscriber/**/*.ts", "dist/subscriber/**/.js"],
"cli": {
"entitiesDir": "src",
"migrationsDir": "migrations",
"subscribersDir": "subscriber"
}
}

ఈ కాన్ఫిగరేషన్ cli టైప్‌ఫార్మ్ కోసం ఉపయోగించబడుతుంది.

ఈ కాన్ఫిగరేషన్‌ను మరింత వివరంగా చూద్దాం. 3 మరియు 4 లైన్లలో మనం ఎన్విరాన్మెంట్ వేరియబుల్స్ నుండి వినియోగదారు పేరు మరియు పాస్‌వర్డ్‌ను పొందుతాము. మీకు అనేక వాతావరణాలు (దేవ్, స్టేజ్, ప్రోడ్ మొదలైనవి) ఉన్నప్పుడు ఇది సౌకర్యవంతంగా ఉంటుంది. డిఫాల్ట్‌గా, వినియోగదారు పేరు పోస్ట్‌గ్రెస్ మరియు పాస్‌వర్డ్ ఉదాహరణ. మిగిలిన కాన్ఫిగరేషన్ అల్పమైనది, కాబట్టి మేము అత్యంత ఆసక్తికరమైన పారామితులపై మాత్రమే దృష్టి పెడతాము:

  • సమకాలీకరించు - అప్లికేషన్ ప్రారంభమైనప్పుడు డేటాబేస్ స్కీమా స్వయంచాలకంగా సృష్టించబడాలా వద్దా అని సూచిస్తుంది. ఈ ఎంపికతో జాగ్రత్తగా ఉండండి మరియు ఉత్పత్తిలో ఉపయోగించవద్దు, లేకుంటే మీరు డేటాను కోల్పోతారు. అప్లికేషన్‌ను డెవలప్ చేసేటప్పుడు మరియు డీబగ్గింగ్ చేసేటప్పుడు ఈ ఐచ్ఛికం సౌకర్యవంతంగా ఉంటుంది. ఈ ఎంపికకు ప్రత్యామ్నాయంగా, మీరు ఆదేశాన్ని ఉపయోగించవచ్చు schema:sync CLI TypeORM నుండి.
  • dropSchema - కనెక్షన్ స్థాపించబడిన ప్రతిసారీ స్కీమాను రీసెట్ చేయండి. మునుపటి మాదిరిగానే, ఈ ఎంపికను అప్లికేషన్ అభివృద్ధి మరియు డీబగ్గింగ్ సమయంలో మాత్రమే ఉపయోగించాలి.
  • ఎంటిటీలు - నమూనాల వివరణల కోసం ఏ మార్గాలు వెతకాలి. ముసుగు ద్వారా శోధనకు మద్దతు ఉందని దయచేసి గమనించండి.
  • cli.entitiesDir అనేది TypeORM CLI నుండి సృష్టించబడిన నమూనాలు డిఫాల్ట్‌గా నిల్వ చేయబడే డైరెక్టరీ.

మేము మా Nest అప్లికేషన్‌లో TypeORM యొక్క అన్ని ఫీచర్‌లను ఉపయోగించుకోవడానికి, మేము మాడ్యూల్‌ను దిగుమతి చేసుకోవాలి TypeOrmModule в AppModule. ఆ. మీ AppModule ఇలా కనిపిస్తుంది:

app.module.ts

import { Module } from '@nestjs/common';
import { AppController } from './app.controller';
import { AppService } from './app.service';
import { TypeOrmModule } from '@nestjs/typeorm';
import * as process from "process";
const username = process.env.POSTGRES_USER || 'postgres';
const password = process.env.POSTGRES_PASSWORD || 'example';
@Module({
imports: [
TypeOrmModule.forRoot({
type: 'postgres',
host: 'localhost',
port: 5432,
username,
password,
database: 'postgres',
entities: [__dirname + '/**/*.entity{.ts,.js}'],
synchronize: true,
}),
],
controllers: [AppController],
providers: [AppService],
})
export class AppModule {}

మీరు గమనించినట్లుగా, పద్ధతి forRoot డేటాబేస్తో పని చేయడానికి అదే కాన్ఫిగరేషన్ ormconfig.ts ఫైల్‌లో బదిలీ చేయబడుతుంది

చివరి టచ్ మిగిలి ఉంది - ప్యాకేజీ.jsonలో TypeORMతో పని చేయడానికి అనేక టాస్క్‌లను జోడించండి. వాస్తవం ఏమిటంటే CLI జావాస్క్రిప్ట్‌లో వ్రాయబడింది మరియు nodejs వాతావరణంలో నడుస్తుంది. అయితే, మా మోడల్‌లు మరియు మైగ్రేషన్‌లన్నీ టైప్‌స్క్రిప్ట్‌లో వ్రాయబడతాయి. కాబట్టి, CLIని ఉపయోగించే ముందు మా వలసలు మరియు నమూనాలను ట్రాన్స్‌పిలేట్ చేయడం అవసరం. దీని కోసం మనకు ts-node ప్యాకేజీ అవసరం:

yarn add -D ts-node

ఆ తర్వాత, ప్యాకేజీ.jsonకు అవసరమైన ఆదేశాలను జోడించండి:

"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js",
"migration:generate": "yarn run typeorm migration:generate -n",
"migration:create": "yarn run typeorm migration:create -n",
"migration:run": "yarn run typeorm migration:run"

మొదటి ఆదేశం, టైప్‌ఫార్మ్, TypeORM cliని అమలు చేయడానికి ts-node రేపర్‌ని జోడిస్తుంది. మిగిలిన ఆదేశాలు మీరు డెవలపర్‌గా దాదాపు ప్రతిరోజూ ఉపయోగించే అనుకూలమైన సత్వరమార్గాలు:
migration:generate — మీ మోడల్‌లలో మార్పుల ఆధారంగా వలసలను సృష్టించడం.
migration:create - ఖాళీ మైగ్రేషన్‌ని సృష్టించడం.
migration:run - వలసలను ప్రారంభించడం.
సరే, ఇప్పుడు అంతే, మేము అవసరమైన ప్యాకేజీలను జోడించాము, క్లి నుండి మరియు అప్లికేషన్ నుండి డేటాబేస్తో పని చేయడానికి అప్లికేషన్‌ను కాన్ఫిగర్ చేసాము మరియు DBMS ను కూడా ప్రారంభించాము. మా అప్లికేషన్‌కు లాజిక్‌ని జోడించాల్సిన సమయం ఇది.

CRUD సృష్టించడం కోసం ప్యాకేజీలను ఇన్‌స్టాల్ చేస్తోంది

Nestని మాత్రమే ఉపయోగించి, మీరు ఎంటిటీని సృష్టించడానికి, చదవడానికి, నవీకరించడానికి మరియు తొలగించడానికి మిమ్మల్ని అనుమతించే APIని సృష్టించవచ్చు. ఈ పరిష్కారం వీలైనంత సరళంగా ఉంటుంది, కానీ కొన్ని సందర్భాల్లో ఇది అనవసరంగా ఉంటుంది. ఉదాహరణకు, మీరు త్వరగా ప్రోటోటైప్‌ను సృష్టించాల్సిన అవసరం ఉంటే, మీరు తరచుగా అభివృద్ధి వేగం కోసం వశ్యతను త్యాగం చేయవచ్చు. అనేక ఫ్రేమ్‌వర్క్‌లు నిర్దిష్ట ఎంటిటీ యొక్క డేటా మోడల్‌ను వివరించడం ద్వారా CRUDని రూపొందించడానికి కార్యాచరణను అందిస్తాయి. మరియు నెస్ట్ మినహాయింపు కాదు! ఈ కార్యాచరణ ప్యాకేజీ ద్వారా అందించబడుతుంది @nestjsx/crud. దీని సామర్థ్యాలు చాలా ఆసక్తికరంగా ఉన్నాయి:

  • సులభమైన సంస్థాపన మరియు ఆకృతీకరణ;
  • DBMS స్వాతంత్ర్యం;
  • ఫిల్టర్, పేజినేట్, క్రమబద్ధీకరణ, లోడ్ సంబంధాలు మరియు సమూహ ఎంటిటీలు, కాషింగ్ మొదలైన వాటి సామర్థ్యంతో శక్తివంతమైన ప్రశ్న భాష;
  • ఫ్రంట్ ఎండ్‌లో అభ్యర్థనలను రూపొందించడానికి ప్యాకేజీ;
  • నియంత్రిక పద్ధతులను సులభంగా భర్తీ చేయడం;
  • చిన్న కాన్ఫిగరేషన్;
  • swagger డాక్యుమెంటేషన్ మద్దతు.

కార్యాచరణ అనేక ప్యాకేజీలుగా విభజించబడింది:

  • @nestjsx/crud - డెకరేటర్ అందించే ప్రాథమిక ప్యాకేజీ క్రూడ్() మార్గం ఉత్పత్తి, కాన్ఫిగరేషన్ మరియు ధ్రువీకరణ కోసం;
  • @nestjsx/crud-request - ఫ్రంటెండ్ వైపు ఉపయోగం కోసం ప్రశ్న బిల్డర్/పార్సర్‌ను అందించే ప్యాకేజీ;
  • @nestjsx/crud-typeorm - TypeORMతో ఏకీకరణ కోసం ఒక ప్యాకేజీ, డేటాబేస్‌లోని ఎంటిటీలతో పని చేయడానికి CRUD పద్ధతులతో ప్రాథమిక TypeOrmCrudService సేవను అందిస్తుంది.

ఈ ట్యుటోరియల్‌లో మనకు ప్యాకేజీలు అవసరం గూడుjsx/crud మరియు గూడుjsx/crud-typeorm. మొదట, వాటిని ఉంచుదాం

yarn add @nestjsx/crud class-transformer class-validator

ప్యాకేజీలు తరగతి-ట్రాన్స్ఫార్మర్ и తరగతి-వాలిడేటర్ ఈ అప్లికేషన్‌లో మోడల్ ఇన్‌స్టాన్స్‌లను మార్చడం మరియు ఇన్‌కమింగ్ అభ్యర్థనలను ధృవీకరించడం కోసం నియమాల డిక్లరేటివ్ వివరణ అవసరం. ఈ ప్యాకేజీలు ఒకే రచయిత నుండి వచ్చినవి, కాబట్టి ఇంటర్‌ఫేస్‌లు సమానంగా ఉంటాయి.

CRUD యొక్క ప్రత్యక్ష అమలు

మేము వినియోగదారుల జాబితాను ఉదాహరణగా తీసుకుంటాము. వినియోగదారులు క్రింది ఫీల్డ్‌లను కలిగి ఉంటారు: id, username, displayName, email. id - ఆటో-ఇంక్రిమెంటింగ్ ఫీల్డ్, email и username - ప్రత్యేక క్షేత్రాలు. ఇది సులభం! నెస్ట్ అప్లికేషన్ రూపంలో మా ఆలోచనను అమలు చేయడమే మిగిలి ఉంది.
మొదట మీరు మాడ్యూల్‌ను సృష్టించాలి users, వినియోగదారులతో పని చేయడానికి ఎవరు బాధ్యత వహిస్తారు. NestJS నుండి cliని ఉపయోగిస్తాము మరియు మా ప్రాజెక్ట్ యొక్క రూట్ డైరెక్టరీలో ఆదేశాన్ని అమలు చేయండి nest g module users.

nest g మాడ్యూల్ వినియోగదారులు

dmitrii@dmitrii-HP-ZBook-17-G3:~/projects/nest-rest git:(master*)$ nest g module users
CREATE /src/users/users.module.ts (82 bytes)
UPDATE /src/app.module.ts (312 bytes)

ఈ మాడ్యూల్‌లో మనం ఎంటిటీల ఫోల్డర్‌ను జోడిస్తాము, ఇక్కడ ఈ మాడ్యూల్ యొక్క నమూనాలు ఉంటాయి. ప్రత్యేకించి, వినియోగదారు మోడల్ వివరణతో user.entity.ts ఫైల్‌ని ఇక్కడ జోడిద్దాం:

user.entity.ts

import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm';
@Entity()
export class User {
@PrimaryGeneratedColumn()
id: string;
@Column({unique: true})
email: string;
@Column({unique: true})
username: string;
@Column({nullable: true})
displayName: string;
}

ఈ మోడల్ మా అప్లికేషన్ ద్వారా "చూడటానికి", ఇది మాడ్యూల్‌లో అవసరం UsersModule దిగుమతి TypeOrmModule కింది కంటెంట్:

users.module.ts

import { Module } from '@nestjs/common';
import { UsersController } from './controllers/users/users.controller';
import { UsersService } from './services/users/users.service';
import { TypeOrmModule } from '@nestjs/typeorm';
import { User } from './entities/user.entity';
@Module({
controllers: [UsersController],
providers: [UsersService],
imports: [
TypeOrmModule.forFeature([User])
]
})
export class UsersModule {}

అంటే, ఇక్కడ మేము దిగుమతి చేస్తాము TypeOrmModule, ఇక్కడ ఒక పద్ధతి పరామితి forFeature మేము ఈ మాడ్యూల్‌కు సంబంధించిన నమూనాల జాబితాను సూచిస్తాము.

డేటాబేస్లో సంబంధిత ఎంటిటీని సృష్టించడం మాత్రమే మిగిలి ఉంది. మైగ్రేషన్ మెకానిజం ఈ ప్రయోజనాల కోసం పనిచేస్తుంది. మోడళ్లలో మార్పుల ఆధారంగా మైగ్రేషన్ సృష్టించడానికి, మీరు ఆదేశాన్ని అమలు చేయాలి npm run migration:generate -- CreateUserTable:

స్పాయిలర్ టైటిల్

$ npm run migration:generate -- CreateUserTable
Migration /home/dmitrii/projects/nest-rest/migrations/1563346135367-CreateUserTable.ts has been generated successfully.
Done in 1.96s.

మేము వలసలను మాన్యువల్‌గా వ్రాయవలసిన అవసరం లేదు, ప్రతిదీ అద్భుతంగా జరిగింది. ఇది అద్భుతం కాదా! అయితే, అంతే కాదు. సృష్టించిన మైగ్రేషన్ ఫైల్‌ను చూద్దాం:

1563346135367-CreateUserTable.ts

import {MigrationInterface, QueryRunner} from "typeorm";
export class CreateUserTable1563346816726 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<any> {
await queryRunner.query(`CREATE TABLE "user" ("id" SERIAL NOT NULL, "email" character varying NOT NULL, "username" character varying NOT NULL, "displayName" character varying, CONSTRAINT "UQ_e12875dfb3b1d92d7d7c5377e22" UNIQUE ("email"), CONSTRAINT "UQ_78a916df40e02a9deb1c4b75edb" UNIQUE ("username"), CONSTRAINT "PK_cace4a159ff9f2512dd42373760" PRIMARY KEY ("id"))`);
}
public async down(queryRunner: QueryRunner): Promise<any> {
await queryRunner.query(`DROP TABLE "user"`);
}
}

మీరు చూడగలిగినట్లుగా, మైగ్రేషన్‌ను ప్రారంభించే పద్ధతి స్వయంచాలకంగా రూపొందించబడింది, కానీ దానిని వెనక్కి తీసుకునే పద్ధతి కూడా. అద్భుతం!
ఈ వలసలను బయటకు తీయడమే మిగిలి ఉంది. ఇది కింది ఆదేశంతో చేయబడుతుంది:

npm run migration:run.

అంతే, ఇప్పుడు స్కీమా మార్పులు డేటాబేస్‌కి మారాయి.
తరువాత, మేము వినియోగదారులతో పని చేయడానికి బాధ్యత వహించే సేవను సృష్టిస్తాము మరియు దానిని వారసత్వంగా పొందుతాము TypeOrmCrudService. మా విషయంలో, ఆసక్తి గల ఎంటిటీ యొక్క రిపోజిటరీ తప్పనిసరిగా పేరెంట్ కన్స్ట్రక్టర్ యొక్క పారామీటర్‌కు పంపబడాలి User రిపోజిటరీ.

users.service.ts

import { Injectable } from '@nestjs/common';
import { TypeOrmCrudService } from '@nestjsx/crud-typeorm';
import { User } from '../../entities/user.entity';
import { InjectRepository } from '@nestjs/typeorm';
import { Repository } from 'typeorm';
@Injectable()
export class UsersService extends TypeOrmCrudService<User>{
constructor(@InjectRepository(User) usersRepository: Repository<User>){
super(usersRepository);
}
}

కంట్రోలర్‌లో మాకు ఈ సేవ అవసరం users. కంట్రోలర్‌ను సృష్టించడానికి, కన్సోల్‌లో టైప్ చేయండి nest g controller users/controllers/users

nest g కంట్రోలర్ వినియోగదారులు/కంట్రోలర్లు/యూజర్లు

dmitrii@dmitrii-HP-ZBook-17-G3:~/projects/nest-rest git:(master*)$ nest g controller users/controllers/users
CREATE /src/users/controllers/users/users.controller.spec.ts (486 bytes)
CREATE /src/users/controllers/users/users.controller.ts (99 bytes)
UPDATE /src/users/users.module.ts (188 bytes)

ఈ కంట్రోలర్‌ని తెరిచి, కొద్దిగా మ్యాజిక్‌ని జోడించడానికి దాన్ని ఎడిట్ చేద్దాం గూడుjsx/crud. ఒక్కో తరగతికి UsersController ఇలా డెకరేటర్‌ని యాడ్ చేద్దాం:

@Crud({
model: {
type: User
}
})

క్రూడ్ మోడల్‌తో పని చేయడానికి అవసరమైన పద్ధతులను కంట్రోలర్‌కు జోడించే డెకరేటర్. మోడల్ రకం ఫీల్డ్‌లో సూచించబడుతుంది model.type డెకరేటర్ కాన్ఫిగరేషన్‌లు.
రెండవ దశ ఇంటర్ఫేస్ను అమలు చేయడం CrudController<User>. "సమీకరించిన" కంట్రోలర్ కోడ్ ఇలా కనిపిస్తుంది:

import { Controller } from '@nestjs/common';
import { Crud, CrudController } from '@nestjsx/crud';
import { User } from '../../entities/user.entity';
import { UsersService } from '../../services/users/users.service';
@Crud({
model: {
type: User
}
})
@Controller('users')
export class UsersController implements CrudController<User>{
constructor(public service: UsersService){}
}

మరియు అది అంతే! ఇప్పుడు కంట్రోలర్ మోడల్‌తో మొత్తం కార్యకలాపాలకు మద్దతు ఇస్తుంది! నన్ను నమ్మలేదా? చర్యలో మా అప్లికేషన్ ప్రయత్నిద్దాం!

టెస్ట్‌మేస్‌లో ప్రశ్న స్క్రిప్ట్‌ను సృష్టిస్తోంది

మా సేవను పరీక్షించడానికి మేము APIతో పని చేయడానికి IDEని ఉపయోగిస్తాము టెస్ట్‌మేస్. టెస్ట్‌మేస్ ఎందుకు? సారూప్య ఉత్పత్తులతో పోలిస్తే, ఇది క్రింది ప్రయోజనాలను కలిగి ఉంది:

  • వేరియబుల్స్‌తో శక్తివంతమైన పని. ప్రస్తుతానికి, అనేక రకాల వేరియబుల్స్ ఉన్నాయి, వీటిలో ప్రతి ఒక్కటి నిర్దిష్ట పాత్రను పోషిస్తాయి: అంతర్నిర్మిత వేరియబుల్స్, డైనమిక్ వేరియబుల్స్, ఎన్విరాన్మెంట్ వేరియబుల్స్. ప్రతి వేరియబుల్ వారసత్వ యంత్రాంగానికి మద్దతుతో నోడ్‌కు చెందినది;
  • ప్రోగ్రామింగ్ లేకుండా స్క్రిప్ట్‌లను సులభంగా సృష్టించండి. ఇది క్రింద చర్చించబడుతుంది;
  • ప్రాజెక్ట్‌ను వెర్షన్ కంట్రోల్ సిస్టమ్‌లలో సేవ్ చేయడానికి మిమ్మల్ని అనుమతించే మానవ-చదవగలిగే ఫార్మాట్;
  • స్వీయపూర్తి, సింటాక్స్ హైలైటింగ్, వేరియబుల్ విలువ హైలైటింగ్;
  • స్వాగర్ నుండి దిగుమతి చేసుకునే సామర్థ్యంతో API వివరణ మద్దతు.

కమాండ్‌తో మన సర్వర్‌ని ప్రారంభిద్దాం npm start మరియు వినియోగదారుల జాబితాను యాక్సెస్ చేయడానికి ప్రయత్నించండి. వినియోగదారుల జాబితా, మా కంట్రోలర్ కాన్ఫిగరేషన్ ద్వారా నిర్ణయించబడుతుంది, url localhost:3000/users నుండి పొందవచ్చు. ఈ urlకి ఒక అభ్యర్థన చేద్దాం.
TestMaceని అమలు చేసిన తర్వాత మీరు ఇలాంటి ఇంటర్‌ఫేస్‌ని చూడవచ్చు:

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

ఎగువ ఎడమ వైపున రూట్ నోడ్‌తో ప్రాజెక్ట్ ట్రీ ఉంది ప్రాజెక్టు. వినియోగదారుల జాబితాను పొందడానికి మొదటి అభ్యర్థనను రూపొందించడానికి ప్రయత్నిద్దాం. దీని కోసం మేము సృష్టిస్తాము అభ్యర్థన దశ నోడ్ ఇది ప్రాజెక్ట్ నోడ్ యొక్క సందర్భ మెనులో చేయబడుతుంది నోడ్ -> రిక్వెస్ట్ స్టెప్ జోడించండి.

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

URL ఫీల్డ్‌లో, localhost:3000/users అని అతికించి, అభ్యర్థనను అమలు చేయండి. మేము ప్రతిస్పందన విభాగంలో ఖాళీ శ్రేణితో కోడ్ 200ని అందుకుంటాము. ఇది అర్థమయ్యేలా ఉంది, మేము ఇంకా ఎవరినీ జోడించలేదు.
కింది దశలను కలిగి ఉండే స్క్రిప్ట్‌ని క్రియేట్ చేద్దాం:

  1. వినియోగదారుని సృష్టించడం;
  2. కొత్తగా సృష్టించబడిన వినియోగదారు యొక్క ID కోసం అభ్యర్థన;
  3. దశ 1లో సృష్టించబడిన వినియోగదారు ఐడి ద్వారా తొలగించడం.

కనుక మనము వెళ్దాము. సౌలభ్యం కోసం, ఒక నోడ్‌ని క్రియేట్ చేద్దాం ఫోల్డర్. ముఖ్యంగా, ఇది కేవలం ఫోల్డర్ మాత్రమే, దీనిలో మేము మొత్తం స్క్రిప్ట్‌ను సేవ్ చేస్తాము. ఫోల్డర్ నోడ్‌ను సృష్టించడానికి, నోడ్ యొక్క సందర్భ మెను నుండి ప్రాజెక్ట్‌ని ఎంచుకోండి నోడ్ -> ఫోల్డర్ జోడించండి. నోడ్ అని పిలుద్దాం తనిఖీ-సృష్టించు. ఒక నోడ్ లోపల తనిఖీ-సృష్టించు వినియోగదారుని సృష్టించడానికి మన మొదటి అభ్యర్థనను సృష్టిద్దాం. కొత్తగా సృష్టించిన నోడ్‌ని పిలుద్దాం సృష్టించు-వినియోగదారు. అంటే, ప్రస్తుతానికి నోడ్ సోపానక్రమం ఇలా కనిపిస్తుంది:

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

ఓపెన్ ట్యాబ్‌కి వెళ్దాం సృష్టించు-వినియోగదారు నోడ్. అభ్యర్థన కోసం క్రింది పారామితులను నమోదు చేద్దాం:

  • అభ్యర్థన రకం - POST
  • URL - స్థానిక హోస్ట్:3000/యూజర్లు
  • శరీరం - విలువతో కూడిన JSON {"email": "[email protected]", "displayName": "New user", "username": "user"}

ఈ అభ్యర్థనను నెరవేరుద్దాం. మా అప్లికేషన్ రికార్డు సృష్టించిందని చెప్పారు.

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

సరే, ఈ వాస్తవాన్ని తనిఖీ చేద్దాం. తదుపరి దశల్లో సృష్టించబడిన వినియోగదారు యొక్క idతో పనిచేయడానికి, ఈ పరామితి తప్పనిసరిగా సేవ్ చేయబడాలి. దీని కోసం యంత్రాంగం సరైనది. డైనమిక్ వేరియబుల్స్. వారితో ఎలా పని చేయాలో చూడటానికి మా ఉదాహరణను ఉపయోగించుకుందాం. ప్రతిస్పందన యొక్క అన్వయించబడిన ట్యాబ్‌లో, సందర్భ మెనులో id నోడ్ పక్కన, అంశాన్ని ఎంచుకోండి వేరియబుల్‌కు కేటాయించండి. డైలాగ్ బాక్స్‌లో మీరు క్రింది పారామితులను సెట్ చేయాలి:

  • నోడ్ - డైనమిక్ వేరియబుల్‌ని సృష్టించడానికి పూర్వీకులలో ఏది. ఎంచుకుందాం తనిఖీ-సృష్టించు
  • వేరియబుల్ పేరు - ఈ వేరియబుల్ పేరు. పిలుద్దాం userId.

డైనమిక్ వేరియబుల్‌ను సృష్టించే ప్రక్రియ ఎలా ఉంటుందో ఇక్కడ ఉంది:

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

ఇప్పుడు, ఈ ప్రశ్న అమలు చేయబడిన ప్రతిసారీ, డైనమిక్ వేరియబుల్ విలువ నవీకరించబడుతుంది. మరియు ఎందుకంటే డైనమిక్ వేరియబుల్స్ క్రమానుగత వారసత్వం, వేరియబుల్ యొక్క యంత్రాంగానికి మద్దతు ఇస్తాయి userId వారసులలో అందుబాటులో ఉంటుంది తనిఖీ-సృష్టించు ఏదైనా గూడు స్థాయి యొక్క నోడ్.
ఈ వేరియబుల్ తదుపరి అభ్యర్థనలో మాకు ఉపయోగకరంగా ఉంటుంది. అవి, మేము కొత్తగా సృష్టించిన వినియోగదారుని అభ్యర్థిస్తాము. నోడ్ యొక్క బిడ్డగా తనిఖీ-సృష్టించు మేము ఒక అభ్యర్థనను సృష్టిస్తాము ఉన్నట్లయితే తనిఖీ చేయండి పరామితితో url సమానం localhost:3000/users/${$dynamicVar.userId}. డిజైన్ చూడండి ${variable_name} ఇది వేరియబుల్ విలువను పొందుతోంది. ఎందుకంటే మా వద్ద డైనమిక్ వేరియబుల్ ఉంది, కాబట్టి దాన్ని పొందడానికి మీరు ఆబ్జెక్ట్‌ను యాక్సెస్ చేయాలి $dynamicVar, అనగా డైనమిక్ వేరియబుల్‌ను పూర్తిగా యాక్సెస్ చేయడం userId ఇలా కనిపిస్తుంది ${$dynamicVar.userId}. అభ్యర్థనను అమలు చేసి, డేటా సరిగ్గా అభ్యర్థించబడిందని నిర్ధారించుకోండి.
తొలగింపును అభ్యర్థించడమే మిగిలి ఉన్న చివరి దశ. తొలగింపు యొక్క ఆపరేషన్‌ను తనిఖీ చేయడం మాత్రమే కాకుండా, డేటాబేస్‌లో మన తర్వాత మనం శుభ్రం చేసుకోవడం కూడా మాకు అవసరం. ఇమెయిల్ మరియు వినియోగదారు పేరు ఫీల్డ్‌లు ప్రత్యేకమైనవి. కాబట్టి, చెక్-క్రియేట్ నోడ్‌లో మేము కింది పారామితులతో తొలగింపు-వినియోగదారు అభ్యర్థనను సృష్టిస్తాము

  • అభ్యర్థన రకం - తొలగించు
  • URL - localhost:3000/users/${$dynamicVar.userId}

లాంచ్ చేద్దాం. మేము వేచి ఉంటాము. మేము ఫలితాన్ని ఆనందిస్తాము)

సరే, ఇప్పుడు మనం ఈ మొత్తం స్క్రిప్ట్‌ని ఎప్పుడైనా రన్ చేయవచ్చు. స్క్రిప్ట్‌ను అమలు చేయడానికి మీరు సందర్భ మెను నుండి ఎంచుకోవాలి తనిఖీ-సృష్టించు నోడ్ అంశం రన్.

గూడు, @nestjsx/crud మరియు TestMaceతో త్వరిత CRUD సృష్టి

స్క్రిప్ట్‌లోని నోడ్‌లు ఒకదాని తర్వాత ఒకటి అమలు చేయబడతాయి
మీరు అమలు చేయడం ద్వారా ఈ స్క్రిప్ట్‌ను మీ ప్రాజెక్ట్‌లో సేవ్ చేయవచ్చు ఫైల్ -> ప్రాజెక్ట్ సేవ్ చేయండి.

తీర్మానం

ఉపయోగించిన సాధనాల యొక్క అన్ని లక్షణాలు ఈ కథనం యొక్క ఆకృతికి సరిపోవు. ప్రధాన అపరాధి విషయానికొస్తే - ప్యాకేజీ గూడుjsx/crud - కింది అంశాలు బహిర్గతం కాలేదు:

  • నమూనాల అనుకూల ధ్రువీకరణ మరియు పరివర్తన;
  • శక్తివంతమైన ప్రశ్న భాష మరియు ముందు భాగంలో దాని అనుకూలమైన ఉపయోగం;
  • క్రూడ్ కంట్రోలర్‌లకు కొత్త పద్ధతులను పునర్నిర్వచించడం మరియు జోడించడం;
  • స్వాగర్ మద్దతు;
  • కాషింగ్ నిర్వహణ.

అయినప్పటికీ, NestJS వంటి ఎంటర్‌ప్రైజ్ ఫ్రేమ్‌వర్క్ కూడా వేగవంతమైన అప్లికేషన్ ప్రోటోటైపింగ్ కోసం సాధనాలను కలిగి ఉందని అర్థం చేసుకోవడానికి వ్యాసంలో వివరించినది కూడా సరిపోతుంది. మరియు అటువంటి చల్లని IDE వంటిది టెస్ట్‌మేస్ ఇచ్చిన వేగాన్ని నిర్వహించడానికి మిమ్మల్ని అనుమతిస్తుంది.

ప్రాజెక్ట్‌తో పాటు ఈ కథనానికి సోర్స్ కోడ్ టెస్ట్‌మేస్, రిపోజిటరీలో అందుబాటులో ఉంది https://github.com/TestMace/nest-rest. ప్రాజెక్ట్ తెరవడానికి టెస్ట్‌మేస్ కేవలం యాప్‌లో చేయండి ఫైల్ -> ఓపెన్ ప్రాజెక్ట్.

మూలం: www.habr.com

ఒక వ్యాఖ్యను జోడించండి