#
db
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 813 public repositories matching this topic...
Awesome OCR toolkits based on PaddlePaddle (『飞桨』8.6M超轻量中文OCR模型,支持训练部署全流程)
-
Updated
Sep 18, 2020 - C++
mfussenegger
commented
Sep 16, 2020
Currently sum aggregations on numeric columns of type REAL or DOUBLE PRECISION uses a straight forward x + y operation (Double::sum).
SELECT sum(real_column) FROM tblThere would be the [Kahan summation algorithm](https
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
-
Updated
Sep 16, 2020 - Go
Android library for viewing and sharing in app databases.
-
Updated
Apr 22, 2020 - Java
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
kotlin
java
database
nosql
key-value
db
transactional
embedded-database
entity-store
log-structured
schema-less
snapshot-isolation
xodus
youtrack
-
Updated
Sep 17, 2020 - Java
Node.js database migration management for Postgresql
api
postgres
sql
database
migrations
postgresql
migration
db
extensible
pg
expandable
migrator
migrate
cockroachdb
programatic
postgre
db-migrate
cockroach
programable
-
Updated
Sep 15, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
facundobatista
commented
Feb 10, 2020
Issue description
The original title key translates the title. It should not.
Version of IMDbPY, Python and OS
- Python:
3.6.9 - IMDbPY:
6.9dev20200125(installed from the repo here) - OS:
uname_result(system='Linux', node='blackfx', release='4.15.0-76-generic', version='#86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020', machine='x86_64', processor='x86_64')
专业的ORM数据库操作开源库,线程安全,高性能模型对象存储Sqlite开源库,真正实现一行代码操作数据库,让数据库存储变得简单 Professional database storage solutions, thread safe, high-performance model object storage Sqlite open source library, realize one line of code database operation, simple database storage
-
Updated
May 31, 2020 - Objective-C
The database toolkit for go
-
Updated
Jan 2, 2019 - Go
jsign
commented
May 7, 2020
The TestAutoRecovery test is being skipped on Windows since it seems to be failing. I don't have access to a Windows PC, so anyone is invited to dig in.
See #153
The ultimate solution for populating your MongoDB database.
nodejs
docker
cli
mongo
typescript
database
mongodb
docker-image
seed
db
seeding
cli-app
command-line-tool
mongodb-database
database-seeding
database-seeder
db-seed
seed-database
mongo-seeding
-
Updated
Sep 5, 2020 - TypeScript
dgw generates Golang struct, and simple Table/Row Data Gateway functions from PostgreSQL table metadata
-
Updated
Apr 27, 2019 - Go
Database Profiler for Laravel Web and Console Applications.
mysql
laravel
query
sql
database
profiler
laravel-package
db
profiling
web-profiling
console-profiling
-
Updated
Sep 15, 2020 - PHP
Strongly-typed JavaScript object with support for validation and error handling.
nodejs
javascript
graphql
json
typescript
schema
validation
orm
frontend
backend
object
model
odm
db
error-handling
casting
document
type
nested-models
unopinionated
-
Updated
Aug 26, 2020 - TypeScript
-
Updated
Oct 24, 2018 - Java
The lightest php database framework written in c language, built in php extension, for mysql
-
Updated
May 20, 2020 - C
- Wikipedia
- Wikipedia
The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th