Persisting a Node API with PostgreSQL, without the help of ORM's like sequelize.

added by JavaScript Kicks
10/29/2018 1:30:42 PM

408 Views

What do we mean when we use the term 'persist'? Persistence in our everyday English is "the continuance of an effect after its cause is removed", in the context of storing data in the a database, persistence refers to the ability of a record to survive after the process with which it was created has ended.


0 comments