Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • treeio ... to their package management. You can also install on Max OSX or with other databases aside from MySQL very easily. Install any dependencies ------------------------ 1. Update your local cache `sudo apt-get update` 1. Upgrade ...
  • Unicode-CaseFold ... some data under the key "hello" and later retrieve it with the key "HELLO". Some databases have complete support for collation, but in other databases the support is missing or broken, and Perl hashes don't support it at ...
  • jOOU ... created for https://www.jooq.org, to provide better support for MySQL, Postgres, and other databases' unsigned integer data types, and has been open sourced as an independent library for usage outside of jOOQ. ---- See ...
  • community ... runs on Ruby 1.9.2+ and [PostgreSQL](http://www.postgresql.org) databases. Other databases like MySQL or SQLite are not officially supported. ### Setting Up a Development Copy: Step by Step To install a development ...
  • stack-exchange-data-explorer ... "Stack" site and the schema for data explorer. Configuring the databases: - Run migrate.local.bat in the migration directory, then ... - Import data into the Stack Overflow database (and any other databases you wish to query) alternatively if a DB ...
  • gdsql ... access a relational database using prepared statements. 2. Support multiple databases, at the same time from a single program. 3 ... any error checking. This exact same code should work with other databases (except for any differences in the SQL syntax). ...
  • django-unaccent ... only works for the *Postgres database* but contribution are welcome to push it to other databases or to extend its features ! Operator's list --------------- This library add new operators to the django ORM by a clean (!) ...
  • connection_limits ... define some exceptions (e.g. higher values for some databases or users) using a targetted rule. Configuration ------------- The ... even 'foouser' may create unlimited number of connections to other databases. (Well, it's not exactly unlimited, there can ...
  • bioruby-ensembl ... its genes, transcripts and translations with identifiers from other databases. A cross reference is referenced by a Xref ... exactly what these coordinates mean. Ensembl, and many other bioinformatics applications, use inclusive coordinates which start at 1 ...
  • dbrestadmin ... . I use it for mySQL however it should work for other databases as well. My primary use case is the ability ... To create a user ``` curl -X POST "http://localhost:8000/dbrestadmin/databases/0/users/test2@localhost" -d "password=test" ``` This translates to ...