댓글 검색 목록

[Nodejs] PostgreSQL, MySQL, SQLite3 및 RESTful 데이터 스토어용 ORM

페이지 정보

작성자 운영자 작성일 19-10-09 09:34 조회 517 댓글 0

OPENRECORD는 nodejs를 위한 ActiveRecord에서 영감을 받은 ORM입니다.


https://github.com/PhilWaldmann/openrecord 


const Store = require('openrecord/store/sqlite3')

const store = new Store({
  file: './my-posts-db.sqlite3',
  autoLoad: true
})

store.ready(async () => {
  const post = await store.Model('Post').find(1)
  console.log(post)
})




댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.