1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
◄Older
page 1 / 2
25 results tagged database x
  • thumbnail
    Sane Database Change Management - DEV Community 👩‍💻👨‍💻
    April 5, 2021 at 10:58:54 AM UTC - permalink -
    QRCode
    - https://dev.to/ovid/sane-database-change-management-3cdm
    database migration sqitch sql
  • thumbnail
    SQLite is not a toy database | Anton Zhiyanov
    March 31, 2021 at 5:52:34 PM UTC - permalink -
    QRCode
    - https://antonz.org/sqlite-is-not-a-toy-database/
    database serverless sqlite
  • Sqitch: Sensible database change management
    February 25, 2021 at 11:54:04 PM UTC - permalink -
    QRCode
    - https://sqitch.org/
    database migration perl
  • LiteCLI
    February 19, 2021 at 7:36:38 PM UTC - permalink -
    QRCode
    - https://litecli.com/
    cli client database python sqlite
  • How to rename a database in MySQL? - MySQL by Marcelo Altmann
    December 11, 2020 at 9:31:18 AM UTC - permalink -
    QRCode
    - https://blog.marceloaltmann.com/en-how-to-rename-a-database-in-mysql-pt-como-renomear-database/
    database dump mv mysql rename sql
  • thumbnail
    How to Rename a Database in MySQL | Tutorial by Chartio
    December 11, 2020 at 9:30:40 AM UTC - permalink -
    QRCode
    - https://chartio.com/resources/tutorials/how-to-rename-a-database-in-mysql/
    database dump mv mysql rename sql
  • UnQLite - An Embeddable NoSQL Database Engine

    UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB etc. as well a standard Key/Value store similar to BerkeleyDB, LevelDB, etc.

    UnQLite is an embedded NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly to ordinary disk files. A complete database with multiple collections, is contained in a single disk file. The database file format is cross-platform, you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. UnQLite features includes:

    • Serverless, NoSQL database engine.
    • Transactional (ACID) database.
    • Zero configuration.
    • Single database file, does not use temporary files.
    • Cross-platform file format.
    • UnQLite is a Self-Contained C library without dependency.
    • Standard Key/Value store.
    • Document store (JSON) database via Jx9.
    • Support cursors for linear records traversal.
    • Pluggable run-time interchangeable storage engine.
    • Support for on-disk as well in-memory databases.
    • Built with a powerful disk storage engine which support O(1) lookup.
    • Thread safe and full reentrant.
    • Simple, Clean and easy to use API.
    • Support Terabyte sized databases.
    • BSD licensed product.
    • Amalgamation: All C source code for UnQLite and Jx9 are combined into a single source file.
    • Highly available online support.
    September 22, 2020 at 8:28:19 PM UTC * - permalink -
    QRCode
    - https://unqlite.org/
    database embedded nosql perl self-contained serverles transactionnal
  • The column-store pioneer | MonetDB

    Column-store features
    When your database grows into millions of records spread over lots of tables and used in business or science data warehouse applications, you really want a column-store database management system.

    MonetDB innovates at all layers of a DBMS, e.g. a storage model based on vertical fragmentation, a modern CPU-tuned query execution architecture, automatic and self-tuning indexes, run-time query optimization, and a modular software architecture.

    September 22, 2020 at 8:24:55 PM UTC * - permalink -
    QRCode
    - https://www.monetdb.org/Home
    database embedded gros-data performance perl serverless storage
  • Open Source Embedded Database Systems – Embedded Database Systems
    September 22, 2020 at 8:22:27 PM UTC * - permalink -
    QRCode
    - http://embedded-database.com/open-source-embedded-database-systems/
    database embedded serverless
  • Mozilla SSL Configuration Generator
    September 17, 2020 at 9:03:38 AM UTC - permalink -
    QRCode
    - https://ssl-config.mozilla.org/
    configuration database generator mozilla server ssl tls
  • thumbnail
    Vulnerability DB | Snyk
    August 17, 2020 at 12:54:28 PM UTC - permalink -
    QRCode
    - https://snyk.io/vuln/
    database security vulnerability
  • Mozilla SSL Configuration Generator

    An easy-to-use secure configuration generator for web, database, and mail software

    July 3, 2019 at 11:22:26 PM UTC - permalink -
    QRCode
    - https://ssl-config.mozilla.org/#server=apache&server-version=2.4.39&config=intermediate
    Apache configuration database Nginx SSL
  • AlaSQL JavaScript SQL Database Library

    JavaScript SQL database for browser and Node.js.
    Handles both traditional relational tables and nested JSON data (NoSQL).
    Export, store, and import data from localStorage, IndexedDB, or Excel.

    January 23, 2019 at 2:30:37 PM UTC - permalink -
    QRCode
    - https://alasql.org/
    csv database excel js-ecosystem json localStorage nosql sql
  • ConnectionStrings.com - Forgot that connection string? Get it here!

    ConnectionStrings.com helps developers connect software to data. It's a straight to the point reference about connection strings, a knowledge base of articles and database connectivity content and a host of Q & A forums where developers help each other in finding solutions. »

    November 20, 2018 at 5:07:15 PM UTC - permalink -
    QRCode
    - https://www.connectionstrings.com/
    connection-strings database dbi
  • SQLFairy - The SQL Translator

    SQL::Translator is a group of Perl modules that manipulate structured data definitions (mostly database schemas) in interesting ways, such as converting among different dialects of CREATE syntax (e.g., MySQL-to-Oracle), visualizations of schemas (pseudo-ER diagrams: GraphViz or GD), automatic code generation (using Class::DBI), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and XML), creating documentation (HTML and POD), and more. New to version 0.03 is the ability to talk directly to a database through DBI to query for the structures of several databases.

    Through the separation of the code into parsers and producers with an object model in between, it's possible to combine any parser with any producer, to plug in custom parsers or producers, or to manipulate the parsed data via the built-in object model. Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE).

    September 22, 2018 at 5:22:59 PM UTC - permalink -
    QRCode
    - http://sqlfairy.sourceforge.net/
    database dbix-class schema sql
  • thumbnail
    Auto-generate a Database Schema Diagram - DEV Community 👩‍💻👨‍💻
    September 13, 2018 at 8:58:47 PM UTC - permalink -
    QRCode
    - https://dev.to/mitchjacksontech/auto-generate-a-database-schema-diagram-be3
    database dbix-class perl schema
  • thumbnail
    mongodb-schema

    Infer a probabilistic schema for a MongoDB collection.
    Usage

    mongodb-schema can be used as a command line tool or programmatically in your application as a node module.

    mongodb-schema mongodb://localhost:27017 db.collection
    February 6, 2018 at 3:24:43 PM UTC * - permalink -
    QRCode
    - https://www.npmjs.com/package/mongodb-schema
    cli collection database mongodb nosql odm schema
  • thumbnail
    How to copy a collection from one database to another in MongoDB - Stack Overflow
    $ mongodump -d some_database -c some_collection
    $ mongorestore -d some_other_db -c some_or_other_collection dump/some_collection.bson
    February 6, 2018 at 3:22:35 PM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/questions/11554762/how-to-copy-a-collection-from-one-database-to-another-in-mongodb#11554877
    cli collection copy database dump mongodb nosql
  • thumbnail
    How to copy a collection from one database to another in MongoDB - Stack Overflow

    You can select the collection via:

    mongodump -d some_database -c some_collection

    [Optionally, zip the dump (zip some_database.zip some_database/* -r) and scp it elsewhere]

    Then restore it:

    mongorestore -d some_other_db -c some_or_other_collection dump/some_collection.bson

    Existing data in some_or_other_collection will be preserved. That way you can "append" a collection from one database to another.

    Prior to version 2.4.3, you will also need to add back your indexes after you copy over your data. Starting with 2.4.3, this process is automatic, and you can disable it with --noIndexRestore.

    February 5, 2018 at 5:05:46 PM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/a/11554877/954777
    collection data database dump mongodb nosql
  • MongoDB Admin GUI Tool - MongoBooster

    MongoBooster is a shell-centric cross-platform GUI tool for MongoDB v2.4-3.4, which provides fluent query builder, SQL query SQL Query, update-in-place, ES2017 syntax support and true intellisense experience.

    October 5, 2017 at 7:59:40 AM UTC * - permalink -
    QRCode
    - https://mongobooster.com/
    database gui mongodb nosql
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation