All Projects → devfeel → database

devfeel / database

Licence: other
Simple and easy go database micro framework

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to database

Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (+6133.33%)
Mutual labels:  sqlite, mssql
database
Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
Stars: ✭ 25 (+108.33%)
Mutual labels:  sqlite, mssql
Xorm
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
Stars: ✭ 6,464 (+53766.67%)
Mutual labels:  sqlite, mssql
Phpmyfaq
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
Stars: ✭ 494 (+4016.67%)
Mutual labels:  sqlite, mssql
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+18325%)
Mutual labels:  sqlite, mssql
Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+211750%)
Mutual labels:  sqlite, mssql
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (+333.33%)
Mutual labels:  sqlite, mssql
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+31183.33%)
Mutual labels:  sqlite, mssql
Rom Sql
SQL support for rom-rb
Stars: ✭ 169 (+1308.33%)
Mutual labels:  sqlite, mssql
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+109816.67%)
Mutual labels:  sqlite, mssql
Pointblank
Data validation and organization of metadata for data frames and database tables
Stars: ✭ 480 (+3900%)
Mutual labels:  sqlite, mssql
Redaxscript
A modern, ultra lightweight and rocket fast Content Management System
Stars: ✭ 241 (+1908.33%)
Mutual labels:  sqlite, mssql
Medoo
The lightweight PHP database framework to accelerate the development.
Stars: ✭ 4,463 (+37091.67%)
Mutual labels:  sqlite, mssql
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+6075%)
Mutual labels:  sqlite, mssql
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+41891.67%)
Mutual labels:  sqlite, mssql
Iobroker.sql
Store history data in SQL Database: MySQL, PostgreSQL or SQLite
Stars: ✭ 37 (+208.33%)
Mutual labels:  sqlite, mssql
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+151300%)
Mutual labels:  sqlite, mssql
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (+825%)
Mutual labels:  sqlite, mssql
Heidisql
A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi
Stars: ✭ 2,864 (+23766.67%)
Mutual labels:  sqlite, mssql
Slacker
Slack Bot Framework
Stars: ✭ 495 (+4025%)
Mutual labels:  command, context

database

Include mongodb,mysql,sqlserver,sqlite,postgreSql.

Support connection security and stat data with db query.

Support scan data to interface{} or map.

Example: https://github.com/devfeel/dotweb-start/tree/master/protected/repository

依赖项

  • mongo:gopkg.in/mgo.v2
  • mssql:github.com/denisenkom/go-mssqldb
  • mysql:github.com/go-sql-driver/mysql
  • mapper: github.com/devfeel/mapper
  • sqlite: github.com/mattn/go-sqlite3
  • postgreSql: github.com/lib/pq
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].