2 Star 4 Fork 1

donnie4w / tldb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tldb.go 1004 Bytes
一键复制 编辑 原始数据 按行查看 历史
donnie4w 提交于 2023-11-30 16:57 . Update tldb.go
// Copyright (c) 2023, donnie <donnie4w@gmail.com>
// All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// github.com/donnie4w/tldb
package main
import (
_ "github.com/donnie4w/tldb/level0"
_ "github.com/donnie4w/tldb/level1"
. "github.com/donnie4w/tldb/sys"
_ "github.com/donnie4w/tldb/tc"
_ "github.com/donnie4w/tldb/tlcli"
)
func main() {
Start()
}
//tldb database
//https://github.com/donnie4w/tldb
//database client
//java: https://github.com/donnie4w/tlcli-j
//go: https://github.com/donnie4w/tlcli-go
//python https://github.com/donnie4w/tlcli-py
//orm
//java: https://github.com/donnie4w/tlorm-java
//go: https://github.com/donnie4w/tlorm-go
//MQ client
//java: https://github.com/donnie4w/tlmq-j
//go: https://github.com/donnie4w/tlmq-go
//python https://github.com/donnie4w/tlmq-py
//js https://github.com/donnie4w/tlmq-js
//website
//https://tlnet.top
//Email:donnie4w@gmail.com
1
https://gitee.com/donnie4w/tldb.git
git@gitee.com:donnie4w/tldb.git
donnie4w
tldb
tldb
main

搜索帮助