dwyl / learn-postgresql

🐘 Learn how to use PostgreSQL and Structured Query Language (SQL) to store and query your relational data. 🔍
212 stars 23 forks source link

Adding Basic Example for #51 #52

Closed nelsonic closed 3 years ago

nelsonic commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f2209a7). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #52   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      6           
  Lines             ?    198           
  Branches          ?      0           
=======================================
  Hits              ?    198           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
server/bot.js 100% <100%> (ø)
server/utils.js 100% <100%> (ø)
server/lanip.js 100% <100%> (ø)
server/request_handlers.js 100% <100%> (ø)
server/db.js 100% <100%> (ø)
server/server.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f2209a7...c339f6b. Read the comment docs.

nelsonic commented 5 years ago
nelsonic commented 3 years ago

@iteles as others have noted, this PR contains a decent chunk of info that should probably be merged. I will add more to it once I finish my current client project. Please review/merge when you can. Thanks. 🌻