SQL Tutorial is live
Learn Postgres and Drizzle ORM interactively
Full article excerpt tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 49775) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jad Joubran Posted on Apr 28 SQL Tutorial is live #sql #database #postgres #tutorial Would you like to learn Postgres (PostgreSQL) with Drizzle ORM in an interactive environment? I'm happy to announce SQL Tutorial, my latest interactive course. 🚀 Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
This excerpt is published under fair use for community discussion. Read the full article at DEV Community.