# spring-sqlite3-orm **Repository Path**: woaianqi/spring-sqlite3-orm ## Basic Information - **Project Name**: spring-sqlite3-orm - **Description**: sqlite3 orm - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-26 - **Last Updated**: 2023-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-sqlite3-orm #### intruoduce > js版本的Hibernate - 支持ORM映射 - 支持级联查询删除 - 支持事物传播和隔离 - 支持一级缓存 #### install npm instlal spring-sqlite3-orm #### 运行源码 ```shell #安装源码 git clone https://gitee.com/woaianqi/spring-sqlite3-orm.git cd spring-sqlite3-orm #安装依赖 cnpm install #测试 node index.js ```