文件名称:适用于DenoMySQL,SQLite,MariaDB,PostgreSQL和MongoDB ORM-Node.js开发
文件大小:429KB
文件格式:ZIP
更新时间:2024-06-16 04:06:33
Node.js Database
:speaking_head:支持PostgreSQL,MySQL,MariaDB,SQLite和MongoDB:fire:简单,类型化的API:sauropod:支持Deno的DenoDB:speaking_head:支持PostgreSQL,MySQL,MariaDB,SQLite和MongoDB:fire:简单,类型化的API:sauropod:否准备好阅读文档import {DataTypes,Database,型号},来自“ https://deno.land/x/denodb/mod.ts”; const db = new Database('postgres',{host:'...',username:'user',password:'password',database:'airlines',}); 飞行扩展类Model {static table ='flights'; 静态时间戳= true; 静态字段= {id:{primaryKey:true,autoIncrement:true},de
【文件预览】:
denodb-master
----.gitignore(146B)
----README.md(3KB)
----.github()
--------workflows()
----deps.ts(1KB)
----tests()
--------units()
--------deps.ts(80B)
--------connection.ts(872B)
----connector-mod.ts(231B)
----docs()
--------v1.0.21-migration()
----LICENSE(1KB)
----design()
--------logo.png(393KB)
----.gitattributes(246B)
----mod.ts(1002B)
----lib()
--------data-types.ts(3KB)
--------query-builder.ts(6KB)
--------model-pivot.ts(272B)
--------relationships.ts(3KB)
--------database.ts(8KB)
--------helpers()
--------connectors()
--------translators()
--------model.ts(28KB)