Skip to content

ChifiSource/ToolipsORM.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multi-use ORM system for Toolips

ToolipsORM provides Toolips with a parametric Object-Relational-Management (ORM) system using the AbstractDriver and ORM types. This package features structure-like remote data-base indexing alongside a querying framework and query wrapper. All of this is designed with extensibility and versatility in mind, making the implementation of new or translated drivers incredibly straightforward.

using Pkg
Pkg.add("ToolipsORM")

notes

Version 0.1.0 of ToolipsORM is built exclusively to create the first querying framework for the ChiDB database server. This project is planned to eventually encompass a much wider subset of drivers, though even the current iteration makes it incredibly easy to implement them yourself. As of this version, only the FFDriver and the APIDriver are available.

documentation

basic usage

orm
querying

About

object-relational mapping for toolips

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages