replit-db-orm

时间:2024-06-11 15:49:09
【文件属性】:

文件名称:replit-db-orm

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-11 15:49:09

JavaScript

复制数据库ORM 在(Repl.it)[ 现有基于键/值的数据库之上构建ORM的快速实验。 用法 const {model, Schema} = require('repl-db-orm'); // Define a schema, what fields we want and their types var testSchema = { Property1: Number, Words: String }; // Create the model, specify the name and can specify the "table" // as a third param which is just how we store the keys const testModel = model("test", testSchema); (async () => { //


【文件预览】:
replit-db-orm-master
----.gitignore(13B)
----README.md(1KB)
----package.json(676B)
----index.js(4KB)
----package-lock.json(692B)

网友评论