Federati Nu: Federated N-series GNU Social
  • Login
It's "All Of Us For All Of Us" Or We're On Our Own
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with sqlite

  1. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Tuesday, 10-Nov-2020 20:32:39 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • The Tcl scripting language and related projects
    Some of these talks are using #Tcl and #SQLite to drive a Web-based application. The current talk is using !TclTk with #Python's #NumPy.
    In conversation about 2 months ago from web permalink
  2. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Saturday, 24-Oct-2020 06:11:51 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    This was once on my list of things to explore, but it got pushed down by all the things that are being added to the list. I should float #UnQLite up near the top, maybe run comparisons with #SQLite. https://www.unqlite.org/
    In conversation about 3 months ago from web permalink
  3. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Thursday, 22-Oct-2020 04:45:34 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • The Tcl scripting language and related projects
    Going to see about attending https://www.eventbrite.com/e/st-2020-tickets-122293825123 [www eventbritr com] !tcltk #sqlite
    In conversation about 3 months ago from mustard permalink

    Attachments

    1. S&T 2020
      Join the SQLite & TCL engineers and peers leading digital transformations for a digital event managed by the TCL Community Association.
  4. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Friday, 29-May-2020 22:01:04 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    https://sqlite.org/c3ref/intro.html is what a driver for #SQLite would need to present to the library.

    #ODBC driver (SQLite wrapper) http://www.ch-werner.de/sqliteodbc/ with connection string from https://www.connectionstrings.com/sqlite3-odbc-driver/

    Don’t know whether https://marketplace.visualstudio.com/items?itemName=DevartSoftware.SQLiteODBCDriver3264bit and https://download.cnet.com/SQLite-ODBC-driver-32-64-bit/3000-10254_4-77414954.html are the same driver or different ones.
    In conversation about 8 months ago from Shoyu permalink

    Attachments

    1. Invalid filename.
      Introduction
    2. SQLite ODBC Driver
    3. SQLite3 ODBC Driver Connection Strings - ConnectionStrings.com
      Connection Strings using SQLite3 ODBC for connections to SQLite.
    4. SQLite ODBC Driver (32/64 bit) - Visual Studio Marketplace
      Extension for Visual Studio - ODBC connector for SQLite database
    5. SQLite ODBC driver (32/64 bit)
      Devart ODBC Driver for SQLite provides high-performance and feature-rich connectivity solution for ODBC-based applications to access SQLite databases from
  5. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Friday, 29-May-2020 21:55:31 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Douglas A. Whitfield
    Oh, yes. I'm pretty sure that #JDBC driver is produced by someone external to the #SQLite project. I've used it before (using #SquirrelSQL to look at a database) and it seemed okay.
    In conversation about 8 months ago from web permalink
  6. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Friday, 29-May-2020 21:36:21 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Douglas A. Whitfield
    @musicman Probably not, but there may be a #JDBC driver for #SQLite on the SQLite.org site, along with #ODBC. Drivers are less necessary there, because the database software (in this case, the SQLite C library) is usually embedded within the application.
    In conversation about 8 months ago from Shoyu permalink
  7. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 29-May-2020 21:01:27 UTC Douglas A. Whitfield Douglas A. Whitfield
    any #sqlite developers out there? I would like to talk to you about drivers.
    In conversation about 8 months ago from web permalink
  8. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Sunday, 26-Jan-2020 19:03:17 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    Getting going with #SquirrelSQL after years of not touching it. (Doing some #SQLite / #SQLite3 stuff, likely to be doing some #MySQL / #MariaDB again soon.)
    In conversation about a year ago from Shoyu permalink
  9. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Sunday, 26-Jan-2020 18:52:47 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    Getting going with #SquirrelSQL after years of not touching it. (Doing some #SQLite / #SQLite3 stuff, likely to be doing some #MySQL / #MariaDB again soon.)
    In conversation about a year ago from Shoyu permalink
  10. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Saturday, 25-Jan-2020 19:07:11 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Hallå Kitteh
    • Claes Wallin 🇸🇪🇭🇰
    @clacke This is pretty much how you get any scripting language's VFS (and #SQLite started out as a #Tcl extension), so it wasn't surprising.
    In conversation about a year ago from web permalink
  11. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Saturday, 02-Nov-2019 02:53:24 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Douglas A. Whitfield
    @musicman I played around with #Cassandra briefly a few years ago, but only enough to step through the demos and docs on the site itself. Then I removed it and went on to mess around with #SQLite for a while.
    In conversation about a year ago from web permalink
  12. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Saturday, 20-Apr-2019 06:29:36 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Nobody [LinuxWalt (@lnxw48a1)]
    Though there is always the old way (generate UUIDs in your application, using the tools the language and OS provide, then insert them into a #SQLite TEXT column). It still seems convenient to generate the #UUID as part of interacting with the database.
    In conversation Saturday, 20-Apr-2019 06:29:36 UTC from web permalink
  13. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Wednesday, 03-Apr-2019 18:02:55 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • Brandon Hall
    @bthall RE: full-text search in #SQLite: https://sqlite.org/fts5.html#full_text_query_syntax

    Looks like it is disabled by default.
    In conversation Wednesday, 03-Apr-2019 18:02:55 UTC from web permalink
  14. maiki (maiki@mastodon.sdf.org)'s status on Friday, 07-Dec-2018 19:12:40 UTC maiki maiki
    Remote profile options...

    In my periphery #SQLite is rocking it.

    In conversation Friday, 07-Dec-2018 19:12:40 UTC from mastodon.sdf.org permalink
  15. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Friday, 06-Jul-2018 15:38:34 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Bob Mottram 🔧 ☕ ✅
    @bob Or in a #SQLite db? It isn't #git, #GitHub, or #GitLab, but #Fossil is worth a look for most projects.
    In conversation Friday, 06-Jul-2018 15:38:34 UTC from AndStatus permalink
  16. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1@nu.federati.net)'s status on Saturday, 24-Mar-2018 13:23:06 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    Watching a #Lynda.com video. "Database Clinic: SQLite" ... Time to get back to using #SQLite in my personal projects.
    In conversation Saturday, 24-Mar-2018 13:23:06 UTC from AndStatus permalink
  17. Dr. Roy Schestowitz (罗伊) ✅ (schestowitz@mastodon.technology)'s status on Wednesday, 23-Aug-2017 00:34:42 UTC Dr. Roy Schestowitz (罗伊) ✅ Dr. Roy Schestowitz (罗伊) ✅
    Remote profile options...

    SQLite: The Universal #SQL Database Engine
    https://medium.com/linode-cube/sqlite-the-universal-sql-database-engine-a26199c366fc #SQLite #db #freesw

    In conversation Wednesday, 23-Aug-2017 00:34:42 UTC from mastodon.technology permalink
  18. Hallå Kitteh (clacke@social.heldscal.la)'s status on Thursday, 10-Aug-2017 04:39:36 UTC Hallå Kitteh Hallå Kitteh
    Remote profile options...
    • The Tcl scripting language and related projects
    Learned[0] that !tcltk is developed on #fossil. Not super surprising considering there seems to be a bit of overlap between the #sqlite and tcl communities.

    http://wiki.tcl.tk/36711

    [0] https://news.ycombinator.com/item?id=14942651
    In conversation Thursday, 10-Aug-2017 04:39:36 UTC from social.heldscal.la permalink
  19. Dr. Roy Schestowitz (罗伊) ✅ (schestowitz@mastodon.technology)'s status on Sunday, 06-Aug-2017 19:01:00 UTC Dr. Roy Schestowitz (罗伊) ✅ Dr. Roy Schestowitz (罗伊) ✅
    Remote profile options...

    #SQLite Release 3.20.0 https://www.sqlite.org/releaselog/3_20_0.html #db #database #freesw

    In conversation Sunday, 06-Aug-2017 19:01:00 UTC from mastodon.technology permalink
  20. worst girl 🏴‍☠️ (xj9@sunshinegardens.org)'s status on Friday, 28-Jul-2017 03:46:23 UTC worst girl 🏴‍☠️ worst girl 🏴‍☠️
    Remote profile options...

    THIS THING #sqlite #sync #p2p

    http://litesync.io/

    In conversation Friday, 28-Jul-2017 03:46:23 UTC from sunshinegardens.org permalink
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Federati Nu: Federated N-series GNU Social is a social network, courtesy of Federati Networks. It runs on GNU social, version 2.0.0-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Federati Nu: Federated N-series GNU Social content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.