[Node.js] Sqlite, DB browser for Sqlite
node.js 자체에서 데이터를 관리할 수 있는 경량화 된 데이터베이스 관리 툴이다.
결국 mysql같은 프로그램을 사용하겠지만 Node.js에서 컨트롤이 가능한 툴이다.
SQLite
From Wikipedia, the free encyclopedia Jump to navigation Jump to search Serverless relational database management system (RDBMS) SQLite (,[4][5] [6]) is a relational database management system (RDBMS) contained in a C library. In contrast to many other dat
en.wikipedia.org
SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program.
Downloads - DB Browser for SQLite
(Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.12.1) for Windows: Windows PortableApp There is a PortableApp available, but it’s still the previous (3.12.0) release version. It should be updated to 3.12.1 over the next few
sqlitebrowser.org
sqlite를 데이터베이스를 보여주는 툴
- 키워드 : RDBMS, ORM(Object-relational-mapping)