Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9240299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:09:54+00:00 2026-06-18T08:09:54+00:00

I am new to Sequel, using it for the first time. I created a

  • 0

I am new to Sequel, using it for the first time.

I created a table:

# connect to an in-memory database
DB = Sequel.connect('postgres://ritesh:newpassword@localhost')

# create an items table
DB.create_table :items do
  primary_key :id
  String :first_name
  String :last_name
  String :email
  String : zipcode
  String : company_name
  String : google
  String :skype
  String :phone 
  String :about
  String :linkedin_profile_url
end

end

I want to put a regular expression constraint on the email field:

VALID EMAIL REGEX = /\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i

and similar validations I have to put on other columns when we use the model.

I found “Model Validations” for adding validation, but I am creating a table.

How do I put validation in the create_table method? If I have to use this table for a model, how do I convert from the table to a model, or use Model?

I am using grape only, no Rails is used. It’s a simple Rake app.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:09:55+00:00Added an answer on June 18, 2026 at 8:09 am

    You can put into your model something like:

    class Model < Sequel::Model
      plugin :validation_helpers
    
      def validate
        validates_format /\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i, :email
      end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

New to javascript/jquery and having a hard time with using this or $(this) to
new on ruby and using windows xp and rails 3, i want to send
New developer here,Im using the Custom Image Picker by ray wenderlich. But what I
I'm working on a Rails web application with a MySQL database. I'm using migrations
UPDATE ViewController is not destroyed, new ViewController is not created. This: TimerViewController * timerViewController
I'm new to Ruby's Sequel and am curious as to when I should use
When I try to connect to MySQL from Sequel. I am getting these errors:
I'm learning PHP MYSQL and trying to create a database. I'm following this tutorial
I have just installed Sequel using the command sudo macgem install sequel . It
New to matlab and I need some help. I need to create a .mat

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.